Copying data from GAE to local data storage fails
问题 I have followed all the instructions: 1) I downloaded it like this: appcfg.py download_data -A s~myApp --url=https://myApp.appspot.com/_ah/remote_api/ --filename=data.csv Note that according to this solution I have to append s~ to the app name, or I get the error message: google.appengine.api.datastore_errors.BadRequestError: app s~myApp cannot access app myApp's data 2) I have to add remote_api access to my app.yaml - url: /remote_api script: google.appengine.ext.remote_api.handler