Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

YouTube may disable your inactive project's access to the YouTube Data API Service

I was using Youtube Data APIto get youtube video but after getting mail from youtube which says api is disable due to inactive.

Youtube Data api not working since it was disabled by youtube because of inactive for 90 Days. I am not able to call(It is enable in API Console) it even with delete and add new delete back. Please help.

Error shows when i am calling from Web Browsers with api Key i also tried to generate new API key also delete and regenerate new api key but still no luck.

"Access Not Configured. YouTube Data API has not been used in project 264969722993 before or it is disabled. Enable it by visiting https://console.developers.google.com/apis/api/youtube.googleapis.com/overview?project=264969722993 then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry."

like image 498
androidXP Avatar asked Apr 10 '19 20:04

androidXP


People also ask

Is YouTube Data API free to use?

Yes, using the YouTube API does not incur any monetary cost for the entity calling the API. If you go over your quota an 403 Error will be returned by the API.

What is the YouTube API limit?

Projects that enable the YouTube Data API have a default quota allocation of 10,000 units per day, an amount sufficient for the majority of our API users. You can see your quota usage on the Quotas page in the API Console.

Is it legal to use YouTube API?

This YouTube API Services Terms of Service ("Terms of Service") is a legal document you must comply with at all times when accessing or using the YouTube API Services.


1 Answers

There are things you can do to try and solve this issue. This first option is to apply for an API exception by filling out this out this form. I've filled out this form and am waiting for a response.

The second option is to create a new project and use that project to generate an API key. Because Google has only disabled access to the Youtube Data API for your current project, the new project's API key should work just fine. I've tried this and can confirm this works. This is probably the more hassle-free option if you have extra projects to spare as Google only allows 10 projects at any point in time.

like image 70
avatarhzh Avatar answered Oct 18 '22 17:10

avatarhzh