Download source code of deployed GAE application

2019-02-22 12:28发布

Can I download source code of already deployed app if I've lost it's source code on my hard drive? I've looked through application dashboard but couldn't find any option to check it out.

2条回答
Explosion°爆炸
2楼-- · 2019-02-22 12:45

No, you can't, and there are no plans to offer such functionality. Sorry - consider investing in a VCS and backups next time.

查看更多
对你真心纯属浪费
3楼-- · 2019-02-22 12:47

SDK 1.4.0 has this sort of feature (Python only):

  • The developer who uploaded an app version can download that version's code using the appcfg.py download_app command. This feature can be disabled on a per application basis in the admin console, under the 'Permissions' tab. Once disabled, code download for the application CANNOT be re-enabled.
查看更多
登录 后发表回答