8

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

Luke Francl
  • 31,028
  • 18
  • 69
  • 91
Jmlevick
  • 6,504
  • 9
  • 29
  • 35

1 Answers1

7

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.

David Underhill
  • 15,896
  • 7
  • 53
  • 61