Hello, the title speaks for itself. I play with GAE and some of my apps have versions like (1,2,3,4 and dev). So, is there a way to get all of them, so I could use it in my app to generate links to different versions ?
+4
A:
No, there's no way to get a list of app versions from inside an app.
Nick Johnson
2010-09-02 08:57:39
sad =(. there are`os.environ['APPLICATION_ID']` and `os.environ['CURRENT_VERSION_ID']` but no approach to get all versions....P.S. You sad '...from inside an app'. Is there a way from 'outside' (whatever outside means...)?
V-Light
2010-09-02 19:45:01
Currently, the only way to get a list is interactively, from the admin console.
Nick Johnson
2010-09-03 08:39:08