Guys,
I am trying to develop a Google app engine test project as the
tutorial.
It runs well in local but when I want to deploy by the Eclipse Button
" Deploy App Engine Project" After some operation it show the error.

Here is my error log:

!ENTRY com.google.appengine.eclipse.core 4 0 2009-10-23 12:45:21.812
!MESSAGE Unable to update app: Error posting to URL:
http://appengine.google.com/api/appversion/create?app_id=2590177&version=1&;
403 Forbidden
You do not have permission to modify this app (app_id=u'2590177').


See the deployment console for more details
!STACK 0
com.google.appengine.tools.admin.AdminException: Unable to update app:
Error posting to URL: 
http://appengine.google.com/api/appversion/create?app_id=2590177&version=1&;
403 Forbidden
You do not have permission to modify this app (app_id=u'2590177').

        at com.google.appengine.tools.admin.AppAdminImpl.update
(AppAdminImpl.java:62)
        at com.google.appengine.eclipse.core.proxy.AppEngineBridgeImpl.deploy
(AppEngineBridgeImpl.java:271)
        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:55)
Caused by: java.io.IOException: Error posting to URL:
http://appengine.google.com/api/appversion/create?app_id=2590177&version=1&;
403 Forbidden
You do not have permission to modify this app (app_id=u'2590177').

        at com.google.appengine.tools.admin.ServerConnection.send
(ServerConnection.java:143)
        at com.google.appengine.tools.admin.ServerConnection.post
(ServerConnection.java:81)
        at com.google.appengine.tools.admin.AppVersionUpload.send
(AppVersionUpload.java:427)
        at com.google.appengine.tools.admin.AppVersionUpload.beginTransaction
(AppVersionUpload.java:241)
        at com.google.appengine.tools.admin.AppVersionUpload.doUpload
(AppVersionUpload.java:98)
        at com.google.appengine.tools.admin.AppAdminImpl.update
(AppAdminImpl.java:56)
        ... 4 more

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to