I just had to figure this out for my own application, so reposting the answer here.
相关问题
- java.lang.NullPointerException at java.io.PrintWri
- __call__() missing 1 required positional argument:
- Upload file to Google Cloud Storage using AngularJ
- Where is the best place to put one-time and every-
- facebook “could not retrieve data from URL”
相关文章
- Is there a size limit for HTTP response headers on
- appcfg.py command not found
- Google app engine datastore string encoding proble
- Angular route not working when used with Google Ap
- Doctrine not finding data on Google App Engine?
- Using OkHttp client via OKClient on Google App Eng
- Google appEngine: 404 when accessing /_ah/api [dup
-
Google App Engine Error:
INVALID_ARGUMENT
Reference: http://groups.google.com/group/google-appengine/browse_thread/thread/f2e7568040c015ff
It is worth noting that this answer is for the older
db
api. The newndb
api has another way to get allKind
listed here https://cloud.google.com/appengine/docs/python/ndb/metadata#get_kindsTime has passed since this was asked and answered. Now there's a simpler way.
See http://code.google.com/appengine/docs/python/datastore/metadataqueries.html