【发布时间】:2019-08-11 02:05:23
【问题描述】:
这就是我用来向 youtube 添加 cmets 的方法:
gapi.client.youtube.commentThreads.insert({
part: "snippet", commentData
}).then(function (response) {
console.log("response", response);
})
这就是我得到的结果:
{
"error": {
"errors": [
{
"domain": "global",
"reason": "insufficientPermissions",
"message": "Insufficient Permission: Request had insufficient authentication scopes."
}
],
"code": 403,
"message": "Insufficient Permission: Request had insufficient authentication scopes."
}
}
【问题讨论】:
标签: youtube-api android-youtube-api