This application does not exist (app_id=xxx)

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

    The fix I found was to add the parameter --no_cookies:

    appcfg.py update --no_cookies MyProjectDirectory/
    

    This can happen when you upload AppEngine applications from different Google accounts on the same computer.

提交回复
热议问题