Not able to apply for BigQuery API quota. Broken link? - google-bigquery

I am trying to request BQ API quota.
According to AIM I have - / 0 limit.
When I click "apply for higher quota" I am being redirected to..
Get Help Developing with Google BigQuery page that has nothing in common with BQ API.
That looks like a... Broken link?
Any ideas what is going on?
Thanks.

This quota metric is actually an internal-only quota bucket that shouldn't affect your usage of BQ. You can safely ignore it (and we'll hide it in the future).
BigQuery's quota limits are documented here:
https://cloud.google.com/bigquery/quotas
If you'd like to request an increase in one of those quotas, please contact support:
https://cloud.google.com/support/
But note that not all quotas can be adjusted.

Related

Google Workspace Migrate Gmail API Limit

I'm using Google's Workspace Migrate tool to move Gmail data for users from one Workspace domain to another. After about 10 minutes, Gmail message migrations stop with an error saying "Quota exceeded for quota metric 'Queries' and limit 'Queries per minute per user" of service "gmail.googleapis.com' for [Google Cloud project number]."
I don't see in Google Cloud that I'm actually hitting any limits. I don't have the ability to throttle API requests as I'm using a tool provided by Google. Do "free" Google Cloud projects have different limits than "paid" projects?
I'm expecting Google's tool to work as advertised. I have a case open with their support, but I'm not getting anywhere fast when it comes to a solution.
Hello 👋 Not sure if you already got an answer to this, but I recommend checking the Quotas page on GCP to see your current usage. You can access that here. Search for the "Queries per minute per user" metric for the Gmail API and look at your "Seven-day peak usage percentage". A note, though, since your question was posted more than seven days ago, you might need to rerun a migration to see your current usage.
Regarding your question about the limit for "free projects", I can't really help there. I can tell you that on our project (which has a billing account attached), we have the limit set to 15,000.
You can always ask Google to increase your quota if you're not getting enough for your use case.

How to see the remaining quota on api youtube v3

I rest an old question which for me has remained unanswered (I do not know if it is possible to go back with an old question on SO).
I hope the weather will have done its job.
I searched a lot on the internet but without success.
I'd like to know if it's possible, through an API request, to get the remaining daily quota on a youtube V3 project.
#MickaelLherminez You can find out your daily quota usage and limit in your Google Developer Console (https://console.developers.google.com).
Once you select your project, go to "Dashboard" and click on "YouTube Data API v3" below your graphs.
Once you click it, you can find your quota information in the "Quotas" block on the left side just below what service you're using (in this case YouTube Data API v3)
This is not possible at this time. The most that you can do is use the YouTube API's Quota Calculator to see how much quota you are using in a day and estimate how much you have left. Hopefully, YouTube will add this feature in the future. Sorry I couldn't be of more help.

Google Custom Search (User quota Limits)

We are planning to use Google Custom Search API to achieve one of our requirements. During the PT cycle we run into an issue of exceeding 100requests/100seconds/user limit (Since the API calls are happening on the Server Side,most likely the same limit is going to be exceeded in production as well). Is there a way to go around it(other than proxying API calls)? Ideally would be to white list the IP address so that the limit does not apply to it.
Will greatly appreciate any suggestion.
Roman.

Increasing quota on google elevation api

I am sending from my application queries to the Google elevation api, like http://maps.googleapis.com/maps/api/elevation/json?locations=39.7391536,-104.9847034&sensor=false.
I have reached my daily quota after 2500 requests and google states in their documentation that I can buy extra quota.
However I was unable to find where I could buy this quota increase. Any idea ?
Thanks.
You need to buy Google professional API starts at £8K per year.. !!
You can now pay for your usage. Check out the plans page here: https://developers.google.com/maps/pricing-and-plans/

Google Translate API - Access Denied Error 403

I am using Google API for one of my project. I completed all the formalities with google. I pay the bill for using it. But I cannot move out with one issue. If I send data for translation back to back, google reverts back with Access denied Error 403. So I had to put some delay in my code. But as a matter of fact total time is increasing. So what is the possible way to recover this issue.
I am using C# dot net to call the google API.
> https://www.googleapis.com/language/translate/v2?key=xxxxxxxxxxxxxxxxxxxxxxx&q={0}&source=en &target=sv
From Google translate API FAQ page:
You may be exceeding your quota: either the daily billable total, or the limit on request characters per second.
To view or change usage limits for your project, or to request an increase to your quota, do the following:
For more information Google translate API FAQ