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

☆樱花仙子☆ 提交于 2019-12-02 04:36:40

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.

I'm running app engine using maven plugin. On Windows you need to delete the file in user home dir. The file name is something like .appcfg_oauth2_tokens_java

What IDE are you using? If it's Eclipse you need to make sure you're logged into your Google account in Eclipse before trying to deploy, or you will get that error.

Alternatively, make sure your new Google account is authorized to deploy by the admin of the GAE account AND the web admin if you get your Google account through a company/organization. For example my school gmail account does not allow me to be an admin for GAE.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!