python - How can I download all Google App Engine Data? -


i've been following these instructions download datastore entities 1 file.

https://developers.google.com/appengine/docs/python/tools/uploadingdata#python_downloading_and_uploading_all_data

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

Popular posts from this blog

My HTML document is not linking to my CSS stylesheet properly -

php array slice every 2th rule -

node.js - Sending sockets to client side, Error: Converting circular structure to JSON -