[google-appengine] Re: UpLoading Problem

2009-03-13 Thread Steve Brockway
This is a pain. After running on GAE for months I had this problem yesterday. Lots of potential problems. First, make sure you have created a GAE account. Then make sure you know what the application name is on GAE. Then make sure the name of your application in the app.yaml file is equal to the

[google-appengine] Re: UpLoading Problem

2009-03-13 Thread Wooble
On Mar 13, 7:21 am, MarcoCanali wrote: > You do not have permission to modify this app (app_id=u'helloworld'). > --- end server output --- > > I'm at first use of appengine and i don't find a solution > Thanks ! You need to put your own application ID in app.yaml. It's very unlikely you m

[google-appengine] Re: UpLoading Problem

2009-03-18 Thread David MacQuigg
and I did modify my app.yaml file: application: registry-xm version: 1 runtime: python api_version: 1 handlers: - url: /.* script: registry-xm.py --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine

[google-appengine] Re: UpLoading Problem

2009-03-18 Thread David MacQuigg
Oops. I forgot to say .. I did delete the .appcfg files before running the test. The .appcfg_cookies file was re-created by the test. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To po

[google-appengine] Re: UpLoading Problem

2009-03-18 Thread David MacQuigg
I'm having a similar problem trying to upload a new application. I have uploaded to another application where I am an admin, but not the owner, and everything works nicely. I am now trying for the first time to create an application in my own account. Here are the steps: 1) Wrote a simple app,

[google-appengine] Re: UpLoading Problem

2009-03-18 Thread David MacQuigg
I've found the problem, or at least narrowed it down. I verified my account a second time, using a friend's cellphone, set up a new app 'xm-registry', and now everything seems to work. Seems like the previous Verify Account got stuck, and was not allowing me to access the app 'registry-xm' or st