How do I increase YouTube API quota? - youtube-data-api

I am trying to increase the YouTube Data API v3 quota on my account. I am taken to the following url. At the bottom of the page is a captcha which says "reCAPTCHA V1 IS SHUTDOWN. Direct site owners to g.co/recaptcha/upgrade". I cannot proceed past this.
Is it possible to pay for more quota? Or do I Just need to request an increase?

Related

Is there a charging quota for youtube crawler?

I want to get the subscriber list of some YouTube accounts, about 100k accounts.
tokens are enough now, and I tried get method like this:
https://www.googleapis.com/youtube/v3/subscriptions?key=xxx&channelId=xxx&maxResults=50&part=snippet
but the quota limits my crawling speed, how can i get rid of this limitation?
The YouTube api has a very limited quota to begin with. You will need to aplly for a quota extension from the Google developer console under the library tab and search for the YouTube Data api.
You will need to be pasent. It takes time to get a quota extension.

Google Places autocomplete API limit

We are trying to use the Google's autocomplete API. ITs is already linked to Facebook payment account. but when we try to hit the API, it failed after 750 requests.
https://maps.googleapis.com/maps/api/place/autocomplete/json?input=Kids%20jp%20nagar&key=APIKEY&fields=address_component,formatted_address
{"error_message": "You have exceeded your daily request quota for this API. If you did not set a custom daily request quota, verify your project has an active billing account:
http://g.co/dev/maps-no-account",
"predictions": [],
"status": "OVER_QUERY_LIMIT"
}
When we checked the limit it showed that maximum we can set it to only 750/per day in I AM section.
But in API's usage section it shows that API usage is Pay as you go. Is there any method to use more number of APIs in single day. We need to automate and cleanup the customer address database.

Inability to increase the quota due to an error in the application form

In our application, we use the YouTube API to let the user sing their
favorite songs. But as soon as we added the YouTube API to the app in Build
Number 6.01, we immediately exceeded the quota of queries. But when filling
out the quota increase request form, we are faced with the fact that the
application page https://services.google.com/fb/forms/ytapiquotarequest/
uses reCaptcha V1, which is not supported since April 2018. As a result, we
can not request an increase in the quota. Can you aassist in extending the
quota limit for daily YouTube API requests?

Youtube API v3 - Can I get 50M quota per user if using Access Token(Oauth2)?

Can I get 50M quota per user if using Access Token(Oauth2) with Youtube Api v3?
Or will it be bound to my Project ApiKey, and therefore I will only get a quota of total 50,000,000 for my application ?
thx! :)
Quota usage for the YouTube API is project based not user account based.
So if I authenticate your application / project and make 10,000,000 requests, then you authenticate application and make 40,000,000 you will have blown the quota out.
There is one quota that is user based Per-user limit 3,000 requests/second/user but this can be gotten around by sending a random quotaUser with all of your request. This tells the API that each request comes from a different user, but I didn't tell you about this.

Get Google Calendar API Limit

Is there any way to get the requests quota of Google Calendar API by calling some API method in code?
I know that I can see the total and remaining requests count on the project dashboard. But, I want to fetch it in my application and display it to admin user on a web page for convenience so that he doesn't need to sign in to Google to view the quota.
Thanks
No there is no way to see how much of the Quota you have used on any of the Google APIs. I normally keep a running count of requests for display to the user. But there is no way to check what the over all quota usage is for the application.
I have done send feed back from the Developer console several times asking them to add an API. There are cloud monitoring APIs but nothing for monitoring quota usage.

Resources