我们现在使用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与oauth2令牌和API密钥一起使用,但我们都收到相同的错误。
可能是什么问题?
我尝试禁用并重新启用API,但这没有帮助。
更新:
Google支持人员建议该问题可能是由每日配额限制设置为0引起的。 但是,我们无法编辑此配额,如图所示,尽管我们拥有所有管理员权限。
有没有人经历过这个?我们怎么能提高配额? 我们已经填写了配额限制扩展表并等待响应,但我认为我们应该能够在开发者控制台上将配额设置为可行级别。