Thanks for this. I ran into similar issues but didn't have the
wherewithal to find/execute the workaround.

On May 29, 8:45 am, Saxon Druce <saxondr...@gmail.com> wrote:
> Hi,
>
> According 
> tohttp://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 google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to