This application does not exist (app_id=xxx)

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

    this way worked:

    1. modified the app.yaml to specify the application: some_id
    2. python appcfg.py update ../some_application/server/python

提交回复
热议问题