Google App Engine : this application does not exist

后端 未结 9 1202
囚心锁ツ
囚心锁ツ 2020-12-17 10:01

When i deploy my application in GAE , i get this error

      This application does not exist (app_id=u\'qsse-ss\').

scenario is that this

9条回答
  •  再見小時候
    2020-12-17 10:49

    That happened to me as well when I provided a username that wasn't an owner/developer, and even specifying a different account with -e or --email didn't work. What fixed was this:

    appcfg.py update . --no_cookies
    

    (same as: https://stackoverflow.com/a/10004722)

提交回复
热议问题