A quota is a limited quantity of things, such as storage, bandwidth, etc.
Questions tagged [quota]
618 questions
0
votes
1 answer
Google finance for app script not shown in Google dashboard
I wonder how I can check the remaining quota if I run a script which make calls to FinanceApp. As many other Google services, Google has set some restrictions for Finance service and I can't continue to test my script if it has reached its daily…

Andrea
- 1,036
- 1
- 11
- 18
0
votes
1 answer
why my app reaches GAE `Incoming Bandwidth` while it just fetches tiny content
My app use urllib2 to fetch remote http file. But it does not fetch the whole file, it just read 5 bytes from it. I purposely do that to save quota. As the line 'content = remoteFileFh.read(5)' below does.
def httpGetFile(self,remoteFile):
…

user1455843
- 3
- 2
0
votes
1 answer
Set Exchange Mailbox quota if total item size less then
I have a need to set Mailbox quotas to 2GB. but sines I have some users how already pass 2GB, I want leave them out with no limit. (or to apply 4GB limit to them).
I been playing for some time with WHERE parameter, but no success so far.
would love…

user2186188
- 1
- 1
- 1
0
votes
1 answer
Can I query the Github API for my repository quota?
I'm working on an app that creates private Github repositories (among other things). Every once in a while, we are over quota with our private repos.
I'd like to know how many repositories we have left before making the API call that will fail.
Can…

awendt
- 13,195
- 5
- 48
- 66
0
votes
2 answers
Can any one explain how to Understanding Datastore Read Costs in App Engine?
I am doing geoquery among 300 user entities with a result range 10.
I've maked a query for 120 times. For each query I got 10 user entity objects.
After this my app engine read operations reached 52% (26000 operations).
My user entity has 12 single…

Sridhar Nalam
- 527
- 8
- 9
0
votes
1 answer
Limit Exceeded: Email Recipients Per Message. but only 67 recipients?
I keep getting Limit Exceeded: Email Recipients Per Message. when trying to use the forward command in my google script. I'm forwarding a message with 67 people BCCed and one person CCed, to field empty. Why is this occuring? It's the first email…

user1646973
- 11
- 3
0
votes
3 answers
Google script quota
I am running an online free computer science education course website. I use Google scripts to evaluate the student quizzes (I use the MCQ script). Yesterday, there was a spike in visitors to my site. I noticed that the quiz scoring script is no…

user1541807
- 1
- 1
0
votes
1 answer
OAuth and quota with wso2?
We have the following case, we need to allow 3rd party applications to act on behalf of our users (without having their credentials) in order to access our services. Users must first grant access to the 3rd party app and then the 3rd party should…

dmandalidis
- 11
- 2
-1
votes
1 answer
Linux group quota for root user?
If I set a group quota on a folder, it seems that the hard limit can be exceeded if root write something into this folder. By the way, this one is owned by root.
I have added root to the group associated to this quota, nothing change.
Is root…

Arnaud G
- 139
- 1
- 1
- 4
-1
votes
1 answer
Multiple Google account to fetch YouTube Data to avoid free quota breach
I have a specific requirement to capture YouTube Channel video and all its related comments/replies description etc for multiple companies/customers.
I will easily breach the daily quota limit, if i use only one Google account to fetch the data…
-1
votes
1 answer
Python API limit exceeded despite increasing amount of second
I am trying to learn the python api for news sources so I copied the python notebook code from here: source
When I run the code, exactly as posted except for the api key, I see the error below (the quote limit is 10). It appears even when I expend…

ithoughtso
- 103
- 8
-1
votes
1 answer
Magento 2 youtube video quota exceeded
I am trying to add a brand new youtube video (to our Magento 2 website) we just uploaded and am already receiving the "quota exceeded" response from the youtube api.
How do I fix this?

user2813308004
- 13
- 4
-1
votes
1 answer
Google Cloud Platform project quotas - By organization or by user in the organization or both
I have a G Suite account that had only 1 user. Then I added a new user, so now the G Suite account has 2 users. The remaining Cloud Project quota for the new user is 12 projects left, but the quota for the admin account is 14 projects left. …

Alan Wells
- 30,746
- 15
- 104
- 152
-1
votes
1 answer
Need help on understanding Google Maps API quota
I'm currently using some Google Maps API (Geocoding, Maps Javascript, Places) in my ASP.NET solution and found out there is quota for number of requests called per day (as you can see in the following picture)
It seems that after my ASP.NET is once…

anhnguyen
- 19
- 1
- 4
-1
votes
1 answer
Quota increase on Google Compute Engine
Well I got my account with 72 CPU's us-central1 but I need to use 96vCPU so I go to increase my quotas but It says that I need to wait around 48 hours, I create the Project Thursday 12/03/2020 around 2:30PM today is Monday 11:AM and it's been…

Miguel Angel Esparza Calero
- 93
- 2
- 9