YouTube Data API Quota Exceeded Error Despite Low Usage According to Google Cloud Console - youtube-data-api

Why am I receiving a "quota exceeded" error when using the YouTube Data API, even though my quota usage is well below the limit according to the Google Cloud Console API and IAM Admin quotas pages?
After the above, I even created a new Google account and API key for testing purposes (ie. no usage history), but I still receive the same error. Is the API currently down / still active?

Related

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.

Over query limit error in google places Api

I am using autocomplete in my flutter project and I just created a new project on my google developer console enabling the places api. I restricted my api key to just the places api.
I just used this api key for the first time in my project but I get the "Error while autocompleting: OVER_QUERY_LIMIT" error. I am just using it for the development purpose. How has the quota limit reached when it was my first time using it. I think there are thousands of requests.

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?

Google Custom Search API 403 Daily Limit Exceeded

I am getting the daily limit exceeded error message 403 when trying to access google custom search engine API. Based on the official documentation: https://developers.google.com/custom-search/json-api/v1/overview I get 10k queries per day. And I am pretty certain that I have queried below 2k today. I have enabled billing and have entered credit card information (My account also has a ).
I have two questions:
Where can I see the number of queries for a particular API that I have performed for a selected day on Google Developer Console?
What can be the reason behind daily limit error?
I have seen other similar questions and I am posting this because none of them seem to resolve my issue.
I found the solution:
On Google Developer Console, Navigate to:
APIs & Auth --> APIs --> YourAPI --> Quotas. Google by default enters a limit which might not be the maximum allowable limit. However, you can change that in this menu and your App will get the new limits.
Also, you can see the daily usage for a API here: APIs & Auth --> APIs --> YourAPI --> Usage

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