Search code examples
pythongoogle-app-enginewebapp2

Get source code from App Engine


Is it possible to download copies of our application's code from the Google App Engine servers?

Using appcfg.py we upload the files. Wondering if there's something similar we can use to download the source code from App Engine?

For e.g. If we loose the source code locally, is it possible to get it from Google App Engine server where the python application is running?


Solution

  • you can.. if it was not disabled by the admin

    are you using python, java or go ?

    https://developers.google.com/appengine/docs/python/tools/uploadinganapp?hl=en#Downloading_Source_Code

    also see ./appcfg.sh help download_app