如何下载 Google App Engine(上传)应用程序文件
By life at 2018-10-11 19:59:44
您可以在GAE SDK使用appcfg.sh/appcfg.cmd,如this official guide指出。
https://developers.google.com/appengine/docs/java/tools/uploadinganapp#Downloading_an_Application
Windows cmd命令语法:
appcfg -A yourappid -V yourversionnumber download_app c:\path\to\download\directory
目前尚无回复