【问题标题】:Application for gae does not deploygae 应用程序未部署
【发布时间】:2012-07-09 22:49:55
【问题描述】:

我不记得找到唯一应用程序名称的过程。如果这是问题(我选择的名称不是新名称),有人可以提醒我如何启动该过程,除非下面的错误消息表明存在其他问题。

我很确定我以前没有上传过这个应用程序,所以也许“更新”不合适。顺便说一句,我单击了我的 SDK 窗口上的“部署”按钮来启动此过程。

*** Running appfg.py with the following flags:
    --no_cookies --email=xxx@gmail.com --passin update
Host: appengine.google.com
Application: youpoll; version: 1

Starting update of app: xxxxxxx, version: 1
Getting current resource limits.
2012-07-09 17:50:44,915 ERROR appcfg.py:2161 An error occurred processing file '': HTTP Error 403: Forbidden. Aborting. 
Error 403: --- begin server output ---
You do not have permission to modify this app (app_id=u'xxxxxxx').
--- end server output ---
Password for xxx@gmail.com: If deploy fails you might need to 'rollback' manually.
The "Make Symlinks..." menu option can help with command-line work.
*** appcfg.py has finished with exit code 1 ***

【问题讨论】:

    标签: google-app-engine deployment


    【解决方案1】:

    我删除了 ~/.appcfg_oauth2_tokens_java,它解决了我的问题。另外,值得看看这个链接https://cloud.google.com/appengine/docs/java/tools/uploadinganapp

    【讨论】:

      【解决方案2】:

      当您在 appengine 网站上创建新项目时,会选择唯一的应用程序名称。如果您还没有这样做,请找到您的应用程序名称/创建您的帐户。另外,请确保您已在 Eclipse 中登录 google。它应该在左下角显示您的 Google 帐户名称。

      【讨论】:

        【解决方案3】:

        按照Getting Started guide for JavaPython 中“注册您的应用程序”部分中的说明进行操作。

        【讨论】:

          猜你喜欢
          • 2012-01-24
          • 2023-04-10
          • 2018-10-25
          • 1970-01-01
          • 2016-08-28
          • 1970-01-01
          • 1970-01-01
          • 2012-11-19
          • 2020-01-07
          相关资源
          最近更新 更多