I try to do this:

appcfg.py download_data --application=mysite --kind=Album --url=http://
mysite.appspot.com/remote_api --filename=backups/data.csv


But always have the error "HTTP error 405" and next message:

File "/home/myfolder/apps/google_appengine/google/net/proto/
ProtocolBuffer.py" line 481, in skipData raise
ProtocolBufferDecodeError, "corrupted"


My app.yaml:

application: mysite
version: 2
runtime: python
api_version: 1

builtins:
- datastore_admin: on

- remote_api: on

handlers:
- url: /
  script: main.py

- url: /media/css
  static_dir: media/css

- url: /media/img
  static_dir: media/img

- url: /media/js
  static_dir: media/js

- url: /.*
  script: main.py


-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" 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-appengine?hl=en.

Reply via email to