I'm trying to publish a web application from Eclipse. I have four projects created on GAE which I can see by logging into my account and viewing my console.
I have changed the appengine-web.xml to the application ID of the project.
If I change it to the first created project on GAE it works, I can deploy succesfully and see that my app is working online.
If I change the appengine-web.xml to another project ID which I created later it refuses to upload from eclipse and I get an error:
The Project ID you selected, firstproject-dd, does not exist. Go to http://cloud.google.com/console to view existing Project IDs or create a new Project ID.
Unable to update app: Error posting to URL: https://appengine.google.com/api/appversion/create?app_id=firstproject-dd&version=1& 404 Not Found This application does not exist (project_id=u'firstproject-dd'). To create an App Engine application in this project, run "gcloud beta app create" in your console.
I am running the free version of GAE (paid for nothing)
