1

當我嘗試使用appcfg.py上傳數據時,無論我的登錄詳細信息是否完全正確,我都會收到驗證錯誤。App Engine批量數據上傳 - 驗證錯誤

appcfg.py upload_data --config_file=bulkloader.yaml --filename=/output.csv --kind=AutoCompleteIndex . 
Application: qwertifyy; version: dev. 
Uploading data records. 
[INFO ] Logging to bulkloader-log-20100808.205421 
[INFO ] Throttling transfers: 
[INFO ] Bandwidth: 250000 bytes/second 
[INFO ] HTTP connections: 8/second 
[INFO ] Entities inserted/fetched/modified: 20/second 
[INFO ] Batch Size: 10 
[INFO ] Opening database: bulkloader-progress-20100808.205421.sql3 
[INFO ] Connecting to qwertifyy.appspot.com/remote_api 
Please enter login credentials for qwertifyy.appspot.com 
Email: [email protected] 
Password for [email protected]: 
[INFO ] Authentication Failed 

問題是什麼?

+0

做同樣工作的憑證,如果你只是部署一個新的版本(更新下,appcfg)? – 2010-08-09 03:29:56

回答

2

我想你使用的是OpenID?如果是這樣,看來remote_api的不OpenID的工作:

http://blog.notdot.net/2010/06/Using-remote-api-with-OpenID-authentication

+0

他正在使用@gmail帳戶。這怎麼可能是一個公開的問題? – 2010-08-09 03:42:23

+0

@Travis:您可以爲聯合登錄設置您的應用 - 然後它將使用openid來處理谷歌登錄(以及其他openid登錄),而不是默認的Google登錄方法。 – 2010-08-09 03:44:06

+0

是的,我正在使用打開。謝謝。 – 2010-08-09 07:44:02

0

我試圖用「谷歌企業應用套件」帳戶進行身份驗證時遇到此問題。

通過設置另一個可與Google App Engine配合使用的「Google」帳戶來解決此問題,並使用此帳戶進行身份驗證。您可以從Dashboard>管理>權限執行此操作。