Youtube Analytics API PHP Invalid query. Query did not conform to the expectations

后端 未结 2 799
-上瘾入骨i
-上瘾入骨i 2020-12-20 08:22

I\'m trying to make some analytics query from server to server. I\'m using laravel with https://github.com/google/google-api-php-client library.

This is the code I

2条回答
  •  -上瘾入骨i
    2020-12-20 09:04

    I tested your query and it's working fine, but apparently YouTube does not support service accounts. The documentation says it should return a 403 in this case, but for some reason it's returning 400.

提交回复
热议问题