Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Programmatically access Google App Engine Quota Details

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

I would like to be able to track the datastore usage and bandwidth usage within the running application so that it may alter its behaviour depending on the levels of Quota left for the application.

like image 212
Littlejon Avatar asked Nov 19 '09 23:11

Littlejon


1 Answers

You can monitor this issue: api to query quota statistics:

like image 167
slckin Avatar answered Oct 01 '22 00:10

slckin