创建了几个成功的youtube直播后,我开始在响应中跟随403错误。
{ status code: 403, headers {
"Cache-Control" = "private, max-age=0";
"Content-Encoding" = gzip;
"Content-Length" = 225;
"Content-Type" = "application/json; charset=UTF-8";
Date = "Mon, 06 Mar 2017 11:46:15 GMT";
Expires = "Mon, 06 Mar 2017 11:46:15 GMT";
Server = GSE;
Vary = "Origin, X-Origin";
"Www-Authenticate" = "Bearer realm=\"https://accounts.google.com/\", error=insufficient_scope, scope=\"https://www.googleapis.com/auth/youtube\"";
"alt-svc" = "quic=\":443\"; ma=2592000; v=\"36,35,34\"";
"x-content-type-options" = nosniff;
"x-frame-options" = SAMEORIGIN;
"x-xss-protection" = "1; mode=block";
}
我的应用获得了用户的[“/ auth / youtube”,“/ auth / youtube.upload”,“/ auth / youtube.force-ssl”,“/ auth / youtube.readonly”]权限。< / p>
我已使用Google API资源管理器的oauth2 / token_info终结点对此进行了验证。我的访问令牌有效且具有所有必需的权限。
2天前发生在我身上。但它开始工作了几个小时。这又开始了。
同一个API同时用于其他帐户。我退出谷歌并获得了一个新的访问令牌,但问题仍然存在。