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

nem*_*som 5 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."
}
Run Code Online (Sandbox Code Playgroud)

但是 api 已启用并且它工作了几个月: 仪表盘

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

可能是什么问题?

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

更新

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

有没有人经历过这个?我们如何提高配额?我们已经填写了配额限制扩展表格并等待回复,但我认为我们应该能够在开发者控制台上将配额设置为可行的水平。