I am new to Google App Engine and I am trying to deploy my application via eclipse. The problem I get when I try to deploy my application is that it gives me the following error:
Unable to update app: Error posting to URL: https://appengine.google.com/api/appversion/getresourcelimits?app_id=Project&version=1& 400 Bad Request Client Error (400) The request is invalid for an unspecified reason. See the deployment console for more details Unable to update app: Error posting to When I look into the link provided by the console I get the following : Unable to update: com.google.appengine.tools.admin.HttpIoException: Error posting to URL: https://appengine.google.com/api/appversion/getresourcelimits?app_id=Project&version=1& 400 Bad Request Client Error (400) The request is invalid for an unspecified reason. at com.google.appengine.tools.admin.AbstractServerConnection.send1(AbstractServerConnection.java:293) at com.google.appengine.tools.admin.AbstractServerConnection.send(AbstractServerConnection.java:253) at com.google.appengine.tools.admin.AbstractServerConnection.post(AbstractServerConnection.java:232) at com.google.appengine.tools.admin.ResourceLimits.remoteRequest(ResourceLimits.java:171) at com.google.appengine.tools.admin.ResourceLimits.request(ResourceLimits.java:138) at com.google.appengine.tools.admin.AppAdminImpl.doUpdate(AppAdminImpl.java:366) at com.google.appengine.tools.admin.AppAdminImpl.update(AppAdminImpl.java:53) at com.google.appengine.eclipse.core.proxy.AppEngineBridgeImpl.deploy(AppEngineBridgeImpl.java:433) at com.google.appengine.eclipse.core.deploy.DeployProjectJob.runInWorkspace(DeployProjectJob.java:148) at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53) Can anybody please give me some guidance to resolve this problem, so that I can deploy my application? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
