Which credentials should I put in for Google App Engine BulkLoader at development server?

后端 未结 9 1902
[愿得一人]
[愿得一人] 2021-02-10 06:28

I would like to ask which kind of credentials do I need to put on for importing data using the Google App Engine BulkLoader class

appcfg.py upload_data --config_         


        
9条回答
  •  失恋的感觉
    2021-02-10 06:52

    Another solution is to stub out the auth function with lambda: http://www.carlosble.com/?p=603

提交回复
热议问题