Google App Engine - Download Entire Live Applicati

2019-06-20 06:13发布

Recently, I upload the web application in my local to Google App Engine

c:\LocalProject>c:\appengine-java-sdk-1.2.2\bin\appcfg.cmd update .

Unfortunately, I accidental delete the whole folder "LocalProject" in my local disk. Is it possible that I can recover all my stuff, by downloading from Google App Engine?

3条回答
我想做一个坏孩纸
2楼-- · 2019-06-20 06:29

app engine actually recently added the ability for the developer who uploaded a given app version to download its source code:

http://code.google.com/appengine/docs/python/tools/uploadinganapp.html#Downloading_Source_Code

查看更多
来,给爷笑一个
3楼-- · 2019-06-20 06:40

No. There are libraries you can include with your app to make the source code downloadable, but if you didn't do so when you uploaded your app, there's no way to download the source code.

查看更多
Animai°情兽
4楼-- · 2019-06-20 06:42

This is what source code management systems like Subversion and Git are for. You should be using one, even for your home projects.

查看更多
登录 后发表回答