How to download Google App Engine entities to local CSV file -


i want download entities local csv file, , used such command

/usr/local/bin/appcfg.py download_data --application=myapp --bandwidth_limit=100000000 --http_limit=2 --rps_limit=3000 --batch_size=300 --num_threads=30 --kind=entitynew --url=http://myapp/remote_api --config_file=download.yaml --filename=./exportedrawdata.csv

it worked little volumed entity, when entity has big count, command failed after running 1 hour, when refreshing access token.

here error: httperror: http error 302: found many auth attempts.

can give suggestions or share new solution download entity data csv file?


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -