每天查询的 YouTube 数据 API v3 配额设置为 0
Posted
技术标签:
【中文标题】每天查询的 YouTube 数据 API v3 配额设置为 0【英文标题】:YouTube Data API v3 quota for query per day set to 0 【发布时间】: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 发出任何请求,但我们不能改变这个值的原因。
有人遇到过这个问题吗? 我可以做些什么来提高配额的限制?
【问题讨论】:
您找到解决方案了吗? 【参考方案1】:看到这个问题#211012781
嗨。如果您看到 Queries per day 配额设置为 0 并且 API 确实已启用,则这意味着您的项目对 YouTube 数据 API 服务的访问权限已被禁用。
您应该已通过电子邮件收到有关此操作的通知,其中还包含重新获得项目访问权限所需采取的步骤。但以防万一您错过了,请填写并提交以下例外表格:
https://support.google.com/youtube/contact/yt_api_form?hl=en
【讨论】:
【参考方案2】:在某处说明您应该链接到一个结算帐户,然后您可以将限制从零提高到任何值。
【讨论】:
您好 DoubleB,欢迎来到 Stack Overflow。某处哪里?能否请您提供您的信息来源,并引用重要部分?见How to Answer。以上是关于每天查询的 YouTube 数据 API v3 配额设置为 0的主要内容,如果未能解决你的问题,请参考以下文章