Get source of appengine published version

2019-05-14 22:48发布

can I download my appegine source code from google?

3条回答
倾城 Initia
2楼-- · 2019-05-14 23:20

You can't - App Engine is not a source control system. There are handlers available that will let you download your source code directly, if you set them in app.yaml when you uploaded your app. They can't include files marked static, however, since they are uploaded to a separate location.

查看更多
Melony?
3楼-- · 2019-05-14 23:35

Update: Google appengine now allows you to download the code

Documentation here.

(Duplicating answer from the duplicate thread)

查看更多
我欲成王,谁敢阻挡
4楼-- · 2019-05-14 23:43

Probably not. However, you can create a wrapper script around appcfg.py which will archive your source code and upload it along with everything else, then make that archive available on a protected part of the site.

An example of that is here.

查看更多
登录 后发表回答