Quota management in Google App Engine

How to get quota statistics programmatically in Google App Engine (Java)? Is there any way?

I would like to get quota statistics so that my application can send me an email if the quota is high.

+3
source share
1 answer

There is currently no App Engine API for programmatically accessing quota information.

A trusted tester program was launched for the upcoming monitoring API, but as shown in this thread , it is currently paused.

+2
source

All Articles