Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to change App Engine's Over Quota page?

Is there anyway to do this? Can I customize the AppEngine's "Over Quota" page? How?

Thanks BTW.

P.S. I mostly build python webapps, never used GAE Java

like image 797
Jmlevick Avatar asked Jan 24 '11 06:01

Jmlevick


People also ask

How do I increase my Google API quota?

Increase the quota for an APIGo to Google Cloud and sign in as a Google Workspace super administrator. Under Project, select the project you're using for the migration. Quotas. Using the checkboxes, select one or more quotas to edit, then click Edit Quotas.

How many maximum instance hours are supported by an App Engine as free daily usage quota?

Deployments. In each App Engine application, you can deploy up to 10,000 times per day.

What is quota limit?

A disk quota is a limit set by a system administrator that restricts certain aspects of file system usage on modern operating systems. The function of using disk quotas is to allocate limited disk space in a reasonable way.


1 Answers

You can create a custom HTML error page which app engine will serve for you when you are over quota. Check out the Custom Error Responses documentation.

like image 94
David Underhill Avatar answered Nov 04 '22 01:11

David Underhill