Does anyone know if it is possible to access via code either from within App Engine SDK or some form of WebAPI your current 开发者_Python百科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.
You can monitor this issue: api to query quota statistics:
There is a small Quota API for Python which can count CPU usage. As to the best of my knowledge, there is no Quota API for java.
精彩评论