Google App Engine - Download Entire Live Application To Local

∥☆過路亽.° 提交于 2020-01-03 13:03:20

问题


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?


回答1:


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.




回答2:


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:


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



来源:https://stackoverflow.com/questions/1508266/google-app-engine-download-entire-live-application-to-local

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!