Copying data from GAE to local data storage fails

前端 未结 1 872
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-14 12:46

I have followed all the instructions:

1) I downloaded it like this:

appcfg.py download_data -A s~myApp --url=https://myApp.appspot.com/_ah/remote_api         


        
1条回答
  •  终归单人心
    2021-01-14 13:09

    I found the solution myself, you have to specify the dev application name, hope this helps others.

    appcfg.py --url=http://localhost:8080/_ah/remote_api/ --filename=data.csv upload_data -A dev~myApp src/
    

    0 讨论(0)
提交回复
热议问题