A quota is a limited quantity of things, such as storage, bandwidth, etc.
Questions tagged [quota]
618 questions
7
votes
4 answers
Google Trends Quota Limit
I'm trying to pull data from Google trends and got a "You have reached your daily limit" error after only 2 tries.
Is there any way to go around this? I know Google API projects have special quota limits but Google Trends doesn't have an API. I…

Grace Gee
- 91
- 1
- 1
- 2
7
votes
1 answer
Storage limit for indexeddb on IE10
We are building a web-app that store lots of files as blobs with indexedDB. If the user uses our app at its maximum, we could store as much as 15GB of file in indexeddb.
We ran into a problem with IE10, that I strongly suspect is a quota…

Thomas
- 315
- 3
- 10
7
votes
1 answer
Google Static Map Quota reached but nowhere close to 25,000 limit
A client of mine is using Google Static Maps on his property lease pages. Twice this month he has gotten the dreaded Google Quota image in place of where the map should be on the page (see…

OmegaPhase
- 91
- 1
- 5
6
votes
1 answer
How to read all mails from inbox in google script?
the script below returns only records of 500 mails. the google developer help states clearly "Where the thread size is unknown, and potentially very large, please use the 'paged' call, and specify ranges of the threads to retrieve in each call."…

Arvind Ramanujan
- 61
- 2
6
votes
1 answer
Kubernetes: How to implement a Network ResourceQuota
I'm familiar with the Kubernetes quotas for CPU and memory usage. However, I'm envisaging a scenario in which certain containers are guaranteed to use a lot of network bandwidth, and I can't see any way of warning Kubernetes of this. (e.g. don't put…

Julian Birch
- 2,605
- 1
- 21
- 36
6
votes
1 answer
Drive API sharingRateLimitExceeded error
We have an application that manages the sharing permission for Google Drive files and folders using the Drive API. When our application tries to update the sharing settings of certain files or folders we get a 'sharingRateLimitExceeded' error:…

Erik van den Hoorn
- 563
- 5
- 16
6
votes
1 answer
Google Cloud Platform GPU Quotas not always displayed
I am using GCP with several identical projects. For each new project I need a
quota of one GPU (Tesla K80). In order to apply for an increase of my GPU quota, I open the console and navigate to "IAM & Admin" > "Quotas". There I filter for my region…

Chrigi
- 520
- 5
- 11
6
votes
2 answers
Understanding Gmail api quotas
I have read the gmail api quota explanation here (https://developers.google.com/gmail/api/v1/reference/quota), but am still having troubles understanding what causes us to go over the limit.
Question 1:
What is a user in a per user quota? I am…

KSzeto
- 125
- 1
- 4
6
votes
2 answers
Gmail API all messages
I need to get all messages in Inbox with gmail api. But I see only one way to do it.
Get list of messages(id, threadID)
GET https://www.googleapis.com/gmail/v1/users/somebody%40gmail.com/messages?labelIds=INBOX&key={YOUR_API_KEY}
With id`s get…

imCaps
- 93
- 1
- 1
- 9
6
votes
2 answers
Shared memcache vs. dedicated memcache & quota calculation
I have an app that stores ~20000 entries in the memcache. Each entry is a Serializable with one String and two integers. I set the expiration time to 6 hours.
So I was using the shared/free memcache. It only seemed to store ~5000 entries -> ~7mb.…

Goddchen
- 4,459
- 4
- 33
- 54
6
votes
3 answers
git gc on machine with quota
Simple question, I'm trying to run git gc on a machine with a quota. Pre-gc, I'm at about 18GB of usage, almost all of which is my cloned git repository. My disk limit is 25GB. During the git gc operation, enough temporary files are written to disk…

Cory Petosky
- 12,458
- 3
- 39
- 44
5
votes
1 answer
Google App Engine Memcache API Quotas
Google App Engine's documentation states that memcache calls will count towards a quota. Yet, when I click through, memcache quotas or cost is not listed. How can I find the new pricing changes?

ehfeng
- 3,807
- 4
- 33
- 42
5
votes
2 answers
Google cloud Platform(GCP) Unknown error. Original error message: Operation failed: Insufficient CPU quota in region
I want to create a VPC connector to connect the App engine to the cloud SQL instance. As the connector should be in the same region as the SQL instance is, I have selected the same region. But after creating the VPC connector it gives me an…

Pruthvi Hingu
- 224
- 2
- 10
5
votes
3 answers
Using Workflow to implement a quota
Need guidance on best practice for implementing a simple quota system
I'd like to limit the number of times a Member can add a custom content type (called Token) to their Member Folder (I've also created a custom Member Folder).
Use Case (limit…

David Bain
- 2,439
- 1
- 17
- 19
5
votes
1 answer
What does the trigger quota of 20 / user / script mean?
I've been using a script on Google sheets for the past month and it seems to be running fine when manually executed. However, I'd like to add a time trigger to it so that it runs every 30 mins every business day between 6AM and 6PM. Thus,…

Kareem Zenhom
- 57
- 5