Hi,
I have an app that I can see via the website
appengine.google.com. I can navigate its configuration and query its datastore, but when I try accessing it via appcfg.py I get a 404:
Starting update of app: uyhsync, version: alpha2
Scanning files on local disk.
Error 404: --- begin server output ---
This application does not exist (app_id=u'<app_id>').
--- end server output ---
<app_id> is my app's id.
Any ideas?