A quota is a limited quantity of things, such as storage, bandwidth, etc.
Questions tagged [quota]
618 questions
35
votes
2 answers
How much memory of Memcache is available to a Google App Engine account?
Google App Engine has some information about Memcache limits:
http://code.google.com/appengine/docs/quotas.html#Memcache
http://code.google.com/appengine/docs/python/memcache/overview.html#Quotas_and_Limits
However, total allowed size of…

Viet
- 17,944
- 33
- 103
- 135
29
votes
2 answers
The maximum string content length quota (8192) has been exceeded while reading XML data
I'm trying to pass a large string (24,000 to 50,000 characters) to a self-hosted TCP WCF service.
I've upped the maxStringContentLength (everywhere) to 22008192.
I read somewhere that I need to change the bindingConfiguration to "LargeBuffer" or…
user724198
22
votes
2 answers
The request cannot be completed because you have exceeded your quota
I tried to use the javascript MediaUploader.js to upload youtube video to my own account, for some reason, I got this error in onError function:
"errors": [
{
"domain": "youtube.quota",
"reason": "quotaExceeded",
"message": "The…

Geo
- 253
- 2
- 4
- 6
21
votes
7 answers
"The maximum string content length quota (8192) has been exceeded while reading XML data" error while sending XML string to WCF
I am working with a .NET, C# application which intends to send a long XML string to a WCF Service method for further operation. When my application tries to send the XML string to WCF Service in runtime, I am getting a error message :
"The…

Pinaki Karuri
- 221
- 1
- 2
- 5
19
votes
1 answer
Google decreased youtube api v3 limits for queries per day to 10 000 per day for all accounts and projects
That's not a yet another question on how to increase quota limits.
Today Google decreased YouTube Data API v3 quota limits for queries per day from 50 million in my case to 0! Somebody had 1 million queries, 100 000 queries per day, but now…

Artem Shevtsov
- 496
- 5
- 13
14
votes
0 answers
"We are currently experiencing service disruptions and are unable to provide quota information at this time." IN OAuth consent screen
I created a new account fro using the YouTube API, But in OAuth consent screen page I see "We are currently experiencing service disruptions and are unable to provide quota information at this time." message. This message is also shown in other…

sumesh shetty
- 251
- 2
- 9
14
votes
1 answer
Using Docker-Compose with storage options (size)
I can apply disk size quota with "--storage-opt size=1536M" argument when working under devicemapper. For example:
docker run -dt --name testing --storage-opt size=1536M ubuntu
the problem is, how can I do this by using docker-compose, via a…

ichi
- 151
- 1
- 1
- 8
12
votes
2 answers
Google Developers Console project creation quota
I have created a total of 30 projects in the Google Developers Console, including 23 between 12/23 and 12/27. Most recently, 3 projects were created on 12/27. When I tried to create a 4th project on 12/27, I got the message You have exceeded the…

Chris Ostmo
- 1,202
- 1
- 10
- 21
12
votes
1 answer
How does daily Google Apps Script services quota limit apply?
I have few questions regarding Google Apps Script Quota limit:
1) How are the daily limits applicable - per Script/Per User/Per domain for a container bound Script?
eg- UrlFetch Total Bytes is limited to 100mB per day for Google Apps Business…

prasun
- 7,073
- 9
- 41
- 59
11
votes
1 answer
Youtube API higher quota (form) : response time and price
my team uses the Youtube API for a 2 week contest, where participants have to send a video. We want these videos to be hosted on Youtube, only for 3 or 4 weeks.
However, according to the Youtube's API Documentation and the Quota Calculator :
A…

Victor
- 113
- 1
- 6
11
votes
2 answers
Youtube video uploads rejected before API quota limit reached
The API quota for my project was successfully increased to 4M through the application process. This is confirmed in the details for the quota via the Google Developer console quota page for the enabled API.
Videos are, however, being rejected with…

Rich Ross
- 167
- 1
- 6
11
votes
1 answer
How does Google App Engine Autoscaling work?
This question is about Google App Engine quotas and instances.
I deployed a GAE app without specifying any specific scaling algo. From their docs, it seems like the default is auto-scaling.
So when do they scale the app to another instance, i.e.…

user1056585
- 682
- 1
- 7
- 21
10
votes
2 answers
(How) can I increase the quota limit of LocalStorage in Android WebView
I need to increase the default quota limit of the LocalStorage in a Android WebView. Currently I can only use around 2.5MB. When trying to store more data, a quota_exceeded_err (dom exception 22) is raised.
Any ideas or do I have to switch to…

NATOR
- 505
- 2
- 5
- 14
10
votes
2 answers
YouTube Data API: The request cannot be completed because you have exceeded your quota, INSUFFICIENT_TOKENS
The problem occurred when I was using a Python program to upload videos to YouTube. I did not use it to upload for many days before this happened so it should not exceed the quota. I tried many times and it had the same error.
The following is the…

Patent 2018
- 113
- 1
- 1
- 4
10
votes
3 answers
Plans and pricing generic app?
I'm in need of adding a plans and pricing schema to my website to charge a user for the use of certain feature. In this case, the User adds Notices to Points.
A User should not be able to add more Notices than his' Plan allows. Stuff like that.
A…

tutuca
- 3,444
- 6
- 32
- 54