This application does not exist (app_id=xxx)

前端 未结 13 1094
感情败类
感情败类 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:38

    This is really old, so I wouldn't be surprised if this isn't picked up by the poster, but I wanted to ensure that I have a reference for the next time I have the issue.

    I had this issue. My problem ended up being that I had not invited the user that I was authenticating as to be a developer on the project. In fact I had just created the user and not even logged on yet.

    I logged on to the google infrastructure as the new user, then added the new user as a developer on the application. I was then able to upload the app.

提交回复
热议问题