如何下载谷歌appengine(上传的)应用程序文件 [英] how to download google appengine (uploaded)application files

查看:108
本文介绍了如何下载谷歌appengine(上传的)应用程序文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要将使用命令提示符部署的应用程序文件下载到Google Appengine服务器中。
如果有人知道这个PLZ告诉我!

提前致谢!



  • 上传应用版本的开发人员可以使用appcfg.py
    download_app命令下载该版本的
    代码。此功能可以在管理控制台中的
    '权限'选项卡下以每个应用程序
    为基础禁用
    。一旦禁用,应用程序

    代码下载无法重新启用。


请注意,虽然'download_app'命令仅在Python SDK中可用,但它可用于从App Engine下载Java应用程序。如果您有要下载的Java应用程序,请执行以下操作:


  1. 如有必要,请安装Python(仅限2.x版本)。

  2. 安装App Engine 1.4.0(或更高版本),Python版本。

  3. 按文档中所述运行python download_app命令,如 appcfg.py download_app -A<您的应用名称> -V<要下载的版本> <下载到>的路径

  4. 您的Java应用程序将会下载。 Hooray!


I need to download the application files that are deployed using command prompt into google appengine server. if anybody know about this plz tell me!

thanks in advance!

解决方案

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.

Note that although the 'download_app' command is only available in the Python SDK, it can be used to download Java applications from App Engine. If you have a Java app that you want to download, just do:

  1. Install Python (version 2.x only), if necessary.
  2. Install App Engine 1.4.0 (or higher), Python version.
  3. Run the python download_app command as described in the documentation, like appcfg.py download_app -A <your app name> -V <version to download> <path to download to>.
  4. Your Java app will download. Hooray!

这篇关于如何下载谷歌appengine(上传的)应用程序文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆