【发布时间】:2018-04-16 09:02:49
【问题描述】:
我们使用 YouTube Data API v3 已经有一段时间了,但它突然开始响应错误 403,说需要启用访问权限。
这是错误信息:
{
"code": 403,
"errors": [
{
"domain": "usageLimits",
"message": "Access Not Configured. YouTube Data API has not been used in project {projectId} before or it is disabled. Enable it by visiting https://console.developers.google.com/apis/api/youtube.googleapis.com/overview?project={projectId} then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry.",
"reason": "accessNotConfigured",
"extendedHelp": "https://console.developers.google.com/apis/api/youtube.googleapis.com/overview?project={projectId}"
}
],
"message": "Access Not Configured. YouTube Data API has not been used in project {projectId} before or it is disabled. Enable it by visiting https://console.developers.google.com/apis/api/youtube.googleapis.com/overview?project={projectId} then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry."
}
我们已禁用和重新启用我们使用的所有 api(youtube-data-api-v3、contacts api、google+ api)。我们还尝试生成新的客户端 ID 和客户端密码,但均未成功。
最后,我们注意到每天请求的配额已设置为 0。 这当然是为什么 request 我们不能向 API 发出任何请求,但我们不能改变这个值的原因。
有人遇到过这个问题吗? 我可以做些什么来提高配额的限制?
【问题讨论】:
-
您找到解决方案了吗?
标签: youtube youtube-api youtube-data-api