We have been using the same Google Cloud project and API key for accessing YouTube Data API v3 for quite some time. Today, all requests started to fail with the following error:
{
"domain": "usageLimits",
"reason": "accessNotConfigured",
"message": "Access Not Configured. YouTube Data API has not been used in project PROJECT_ID before or it is disabled. Enable it by visiting https://console.developers.google.com/apis/api/youtube.googleapis.com/overview?project=PROJECT_ID 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=PROJECT_ID"
}
However, the YouTube Data API v3 has always been enabled and working until today. We also see a daily quota of 0 in the Quotas page and cannot change it.
Has anything changed recently? Not sure what we could try to get it working again.