Programmatically Access Google App Engine Quota Information

Does anyone know if it is possible to access through code either from the App Engine SDK or from some form of WebAPI to your current account.

I would like to be able to track data warehouse usage and bandwidth usage in a running application so that it can change its behavior depending on the quota levels left for the application.

+5
source share
2 answers

There is a small Quota API for Python that can count CPU usage. As far as I know, the Quota API for java is missing.

+1
source

: api :

+9

All Articles