This application does not exist (app_id=xxx)

前端 未结 13 1126
感情败类
感情败类 2020-11-29 10:45

I was unable to upload to an AppEngine as appcfg was telling me :

This application does not exist (app_id=u\'xxx\').

<
13条回答
  •  一个人的身影
    2020-11-29 11:45

    You have to log in in your gae account and create an application before you upload it, and your app_id has to have the same name as you app. You can't just upload it.

    So go here, create your app, for example "example_app" and set the app_id=example_app and everything should work :)

提交回复
热议问题