I am working on an app that will surely cross the existing limit of the youtube API quota. how can I contact google to provide me millions of quota limits "as a business purpose" how can I contact them so I can become their third party app partner..?
Note: If you reach the quota limit, you can request additional quota by completing the Quota extension request form for YouTube API Services.
Source: https://developers.google.com/youtube/v3/getting-started#quota
Related
we have an online service for integrating different services and applications with each other. We don't have enough limits. The requests are written optimally, we do not make unnecessary requests.
You can request for a quota increase through your GCP Console. Just follow the steps below:
1.) Login to your GCP Console admin account.
2.) On the navigation menu, click on IAM & Admin -> Quotas.
3.) Select the API service that you will request for an increase. Tick the checkbox on the right side of the console then click EDIT QUOTAS in the top part of the screen.
4.) Specify the new quota limit that you want and you are done with the request.
Quota increase requests usually take 2-3 days.
Reference
Increasing API Quota
If I am using Google API (this one) to access a GoogleSheet document, do the calls I am making via an API have any impact on the AppsScript-specific URL Fetch Service quota mentioned here and here ?
No, I don't believe they do. 2 separate quotas.
Quotas for Google Services
As per the documention of the OneDrive API https://dev.onedrive.com/README.htm, under the Throttling option, "OneDrive has limits in place to make sure that individuals and apps do not adversely affect the experience of other users. When an activity exceeds OneDrive's limits, API requests will be rejected for a period of time. OneDrive may also return a Retry-After header with the number of seconds your app should wait before sending more requests."
So i would like to know what are the limitations that causes the OneDriveApi to reject request
Based on how use the API many requests to it or if you are trying to do something that the user is not info need abt
Version 3 of the YouTube Data API has concrete quota numbers listed in the Google API Console where you register for your API Key. You can use 30,000 units/second/user and 1,000,000 per day. Projects that had enabled the YouTube Data API before April 20, 2016, have a default quota of 50M/day.
This means that once we breach this numbers, we'll receive in the header that the rate limits have been exceeded.
My question is, can you create multiple accounts, which will in theory DOUBLE the quota?
Or is it also IP restricted too meaning /user1/ & /user2/ requests won't actually change the quota?
It is my understanding that the quota is PER PROJECT, not per account. You could create 3 projects and each project would have the default quota. Then in your application you could attempt to use all 3 combined in order to post to the API with a higher throughput.
We built a system where we can access all our clients google analytics. I use Google service accounts to do server calls to google Analytics API and grant access to that service account as a user. Some how there is a limitation where each service account reaches a limit to be added in user accounts. (we have more than 2000 clients).
As of now, I am creating multiple service accounts when ever the previous reaches its limit. What is the solution for this?
Thank You,
The Core Reporting API has a quota limit of of 10,000 requests per view (profile) per day.
I suspect what you are doing is trying to display your Google Analytics data to all of your customers. Which isnt really going to work because of the quoat limit. I recomend that you use your service account to download your data into your own system and then display the stored data to your users.
There is no way to increase this quota limit.