Problem solved! Finally, I managed to solve this problem. I guess this has something to do with authorization, perhaps appcfg loaded mismatching account information from your cookie. So my solution is simply by adding the '-e' parameter after appcfg, to tell the command line to use the email account you give as the parameter: appcfg -e [email protected] update X:\Path\to\war
But note that you may need to make sure this is NOT caused by your app creation. You can go to the dashboard to check your app's status, or you can simply upload another project, a Python one, to see if that would be OK. I hope my post will be helpful to all the users having the same problem. 在 2011年5月20日星期五UTC+8下午9时04分20秒,SOHRAB HOSSAIN写道: > > I have just created an sample java webapplication intended for Google > Application Engine. The application runs correctly in my local machine > but using the eclipse plugin I failed to upload the project in the > Google Application Engine ended up with the following error > > > java.io.IOException: Error posting to URL: > > https://appengine.google.com/api/appversion/create?app_id=japaneseguestbook&version=1& > > 404 Not Found > This application does not exist (app_id=u'japaneseguestbook'). > > PLZ. help > > NB. The gmail account I am using for application is new. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/SQJBoNjFobMJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
