为什么youtube-v3-api停止工作?

时间:2017-07-26 17:43:29

标签: youtube-api youtube-data-api

我们现在使用youtube-v3-api已经很长一段时间但突然之间它开始响应错误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已启用且已有效数月: dashboard

我们将api与oauth2令牌和API密钥一起使用,但我们都收到相同的错误。

可能是什么问题?

我尝试禁用并重新启用API,但这没有帮助。

更新

Google支持人员建议该问题可能是由每日配额限制设置为0引起的。 Quotas 但是,我们无法编辑此配额,如图所示,尽管我们拥有所有管理员权限。

有没有人经历过这个?我们怎么能提高配额? 我们已经填写了配额限制扩展表并等待响应,但我认为我们应该能够在开发者控制台上将配额设置为可行级别。

0 个答案:

没有答案