python - How can I download all Google App Engine Data? -
i've been following these instructions download datastore entities 1 file.
appcfg.py download_data --url=http://your_app_id.appspot.com/_ah/remote_api --filename=<data-filename>
my remote api setup , when run command , stops feedback in console.
.............[info ] kind1: no descending index on __key__, performing serial download [info ] kind2: no descending index on __key__, performing serial download [info ] kind3: no descending index on __key__, performing serial download ..........[info ] [workerthread-1] backing off due errors: 1.0 seconds [info ] resetting backoff 0.0
i'm aware reference properties broken if there's else go on help.
Comments
Post a Comment