Google App Engine : this application does not exist

google-app-engine

Solution

the problem was different name which i changed from rightClick project ->appenginesettings->ApplicationId .

this name should be same in your google account

Problem

When i deploy my application in GAE , i get this error ``` This application does not exist (app_id=u'qsse-ss'). ``` scenario is that this application is already deployed to GAE by some other user , now i have made some changes and i want to update in GAE, so now when i right click on my app in eclipse and go to "deploy to appengine " it gives me this error Am i doing something wrong , whats the correct way of doing it thanks

Original source

Related problems