Mobile app version of vmapp.org
Login or Join
Karen161

: I develop a project on GAE: how do I download the last deploy my colleagues made I'm getting started with Google App Engine, and just got my first invite to a project that has already been

@Karen161

Posted in: #GoogleAppEngine #Windows7

I'm getting started with Google App Engine, and just got my first invite to a project that has already been started by someone else. How do I download the code to start editing it? (I do see the project in the launcher in red)

If it has any importance, my permission is Developer

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Karen161

1 Comments

Sorted by latest first Latest Oldest Best

 

@Lee4591628

I found out how to do it. First of all developers can only download they're won code, my status had to be upgraded to owner and then according to this page from the google documentation all you have to do is:


Open console and go to the target directory
run the script: appcfg.py download_app -A <your_app_id> -V <your_app_version> <output-dir>
Enter my Email & password


Wait for the download to finish :-)


To get the <your_app_id> and <your_app_version> - Go to appengine -> click on your project -> from left panel click Versions -> from the URL copy the value of app_id and version_id.
For <output-dir> just specify the directory on your machine, or . if its the current.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme