Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Download source code of deployed GAE application

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.

like image 412
Dmitry Gladkov Avatar asked Oct 11 '09 16:10

Dmitry Gladkov


2 Answers

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

like image 63
Nick Johnson Avatar answered Oct 27 '22 04:10

Nick Johnson


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.
like image 37
systempuntoout Avatar answered Oct 27 '22 04:10

systempuntoout