GAE/J This application does not exist (app_id=u'application-id')

后端 未结 3 2031
不知归路
不知归路 2021-01-24 14:09

I use maven-gae-plugin to deploy my app, it works find until i decide to deploy it to another app-id under different Google account. i met the \"This applciation does not exist\

3条回答
  •  离开以前
    2021-01-24 14:43

    You can use the new option --no_cookies (documented here) of the appcfg.sh tool to prevent loading the cookies. Or you could delete the cookie/cache file which at least in Linux is stored in ~/.java/.userPrefs/com/google/appengine/tools/admin/prefs.xml.

    I have no experience with the maven-gae-plugin, but it seems you would need to modify the EngineGoalBase.java file to allow the new parameter.

提交回复
热议问题