我有每日生成一些數據,這是我想更新使用bulkupload在AppEngine上運行的Java應用程序,使用該命令的處理:bulkupload沒有用戶名/密碼提示
appcfg.py upload_data --url = http://your_app_id.appspot.com/_ah/remote_api --kind = --filename =
它完美,但它總是問我爲我的用戶名/密碼。
有什麼方法可以保存憑據,使用證書,以避免用戶名提示?
我有每日生成一些數據,這是我想更新使用bulkupload在AppEngine上運行的Java應用程序,使用該命令的處理:bulkupload沒有用戶名/密碼提示
appcfg.py upload_data --url = http://your_app_id.appspot.com/_ah/remote_api --kind = --filename =
它完美,但它總是問我爲我的用戶名/密碼。
有什麼方法可以保存憑據,使用證書,以避免用戶名提示?
添加這些選項:
--email=
--passin
and at the end : < "your password file.txt"
似乎這種技術不再SDK 1.9.17工作。更新的文檔包含一些新的oauth2命令行選項,但說明相當混亂。任何人都可以使用舊的passin或新的oauth2技術?怎麼樣?
謝謝!它完美地工作 – Enrico 2013-02-28 16:31:49