连接到YouTube API时无法授权应用

时间:2019-02-17 05:50:40

标签: youtube-data-api youtube-javascript-api

在我的Google开发者控制台上进行以下设置: oauth凭证 api-访问 oauth同意访问youtube api':

../auth/youtube 
../auth/youtube.force-ssl   
../auth/youtube.readonly    
../auth/youtube.upload  
../auth/youtubepartner  
../auth/youtubepartner-channel-audit

我正在尝试通过nodejs访问youtube api: 完成了以下设置:https://google-developers.appspot.com/youtube/v3/code_samples/code_snippet_instructions#toggle-code-snippets-and-full-samples 在与我的sample.js相同的目录中有一个.credentials / client_credentials.json文件 sample.js是从https://google-developers.appspot.com/youtube/v3/code_samples/code_snippets中的节点js示例中提取的。 list_comments

运行时-node sample.js  将以下消息粘贴到末尾,如果我访问下面的同意URL,由于URL似乎已损坏,这给了我一个错误的请求,如果我也传入client_id,它仍然是无效的, 我的目标是通过我的nodejs应用访问youtube api,请咨询

Authorize this app by visiting this url:  https://accounts.google.com/o/oauth2/v2/auth?access_type=offline&scope=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fyoutube.force-ssl&response_type=code&client_id=&redirect_uri=
Enter the code from that page here: 

0 个答案:

没有答案