Hi, According to http://code.google.com/appengine/docs/python/tools/uploadingdata.html I should use the following to download data from my app:
appcfg.py --dump --app_id=<app-id> --kind=<kind> --url=http:// <appname>.appspot.com/remote_api --filename=<data-filename> However this gives me: appcfg.py: error: no such option: --dump The following seems to work (ie change --dump to download_data, and -- app_id to --application): appcfg.py download_data --application=<app-id> --kind=<kind> -- url=http://<appname>.appspot.com/remote_api --filename=<data-filename> Is that an error in the documentation, or have I missed something? Thanks, Saxon -- 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.
