Hi Owen, Check that the account that you're logged into in the Google Plugin for Eclipse owns the app ID you're trying to deploy with. If you're using two different accounts, say, a personal Google account and another one for work, you'll have to sign out of one and then sign back into the other.
Alex, GPE Team On May 10, 8:07 am, Owen Ilagan <[email protected]> wrote: > Hello, > > I've been using GWT Plugin for Eclipse for a long time now and after > upgrading to toolkit version 2.3.0 I am suddenly unable to update my > existing projects. I keep getting this error: > > Unable to update: > java.io.IOException: Error posting to > URL:https://appengine.google.com/api/appversion/create?app_id=myapp&versi... > 403 Forbidden > You do not have permission to modify this app (app_id=u'myapp'). > > at > com.google.appengine.tools.admin.AbstractServerConnection.send(AbstractServ > erConnection.java: > 245) > at > com.google.appengine.tools.admin.AbstractServerConnection.post(AbstractServ > erConnection.java: > 207) > at > com.google.appengine.tools.admin.AppVersionUpload.send(AppVersionUpload.jav a: > 638) > at > com.google.appengine.tools.admin.AppVersionUpload.beginTransaction(AppVersi > onUpload.java: > 446) > at > com.google.appengine.tools.admin.AppVersionUpload.doUpload(AppVersionUpload > .java: > 137) > at > com.google.appengine.tools.admin.AppAdminImpl.doUpdate(AppAdminImpl.java: > 259) > at > com.google.appengine.tools.admin.AppAdminImpl.update(AppAdminImpl.java: > 47) > at > com.google.appengine.eclipse.core.proxy.AppEngineBridgeImpl.deploy(AppEngin > eBridgeImpl.java: > 265) > at > com.google.appengine.eclipse.core.deploy.DeployProjectJob.runInWorkspace(De > ployProjectJob.java: > 144) > at > org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorksp > aceJob.java: > 38) > at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55) > > ------------- > > Can somebody tell me why this is happening? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. 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-web-toolkit?hl=en.
