Saturday, July 13, 2013

GAE: Download your Google App Engine source files

1. navigate to your Google App Engine installation directory, e.g.
  C:\Program Files(x86)\Google\google_appengine
2. shift + right click -> Open command window here

3. run the following command:
  appcfg.py download_app -A <your_app_id> -V <your_app_version> <output-dir>

Note:
Only the developer who uploaded the code and the application owner(s) can download it

Ref:
Uploading, Downloading, and Managing a Python App - Google App Engine
Command-Line Arguments - Google App Engine
 

No comments: