Download source code of deployed GAE application

前端 未结 2 1156
面向向阳花
面向向阳花 2021-01-18 21:08

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

2条回答
  •  一向
    一向 (楼主)
    2021-01-18 21:32

    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.

提交回复
热议问题