Google api 突然从YouTube数据API获取403

Google api 突然从YouTube数据API获取403,google-api,youtube-api,youtube-data-api,Google Api,Youtube Api,Youtube Data Api,当我向YouTube的数据API发送请求时,突然出现403错误 这是我在生产中遇到的所有请求的错误: "error": { "errors": [ { "domain": "usageLimits", "reason": "accessNotConfigured", "message": "Access Not Configured. YouTube Data API has not been used in project 944988770273 befo

当我向YouTube的数据API发送请求时,突然出现403错误

这是我在生产中遇到的所有请求的错误:

 "error": {
  "errors": [
   {
    "domain": "usageLimits",
    "reason": "accessNotConfigured",
    "message": "Access Not Configured. YouTube Data API has not been used in project 944988770273 before or it is disabled. Enable it by visiting https://console.developers.google.com/apis/api/youtube.googleapis.com/overview?project=944988770273 then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry.",
    "extendedHelp": "https://console.developers.google.com/apis/api/youtube.googleapis.com/overview?project=944988770273"
   }
  ],
  "code": 403,
  "message": "Access Not Configured. YouTube Data API has not been used in project 944988770273 before or it is disabled. Enable it by visiting https://console.developers.google.com/apis/api/youtube.googleapis.com/overview?project=944988770273 then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry."
 }
}

我没有做任何事情来禁用密钥,而仪表板仍然显示项目和密钥已启用?

这似乎是由于YouTube出于某种原因将我的每日限制设置为0,从而有效地“禁止”当前正在使用的项目的使用

如果任何人都出现这种情况,请记住检查项目的配额。

与此相关。反馈是:

这意味着您的项目对YouTube数据API服务的访问已被禁用。 请填写并提交以下例外情况表:

没有理由