I'm having problems deploying a test app to my google apps domain. I know I'm missing something -- any kind souls out there see it?
- sign into appengine.google.com/a/mydomain.com
- create application, my-app-id
- verify that app.yaml has the same app id, my-app-id
- visit dashboard and add my domain
from shell on local pc,
set AUTH_DOMAIN=mydomain.com
python2.5 appfcg.py [email protected] update myappdir/
Error from server:
Application: my-app-id; version: 1.
Server: appengine.google.com.
Scanning files on local disk.
Initiating update.
Error 403: --- begin server output ---
You do not have permission to modify this app (app_id=u'my-app-id').
--- end server output ---
And I see that the Server is set to google.com, but no idea how I should change this.