1

当我尝试使用 appcfg.py 上传数据时,无论我的登录详细信息是否完全正确,都会出现身份验证错误。

    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: matt2224@gmail.com
Password for matt2224@gmail.com: 
[INFO    ] Authentication Failed

问题可能是什么?

4

3 回答 3

2

我想你正在使用 OpenID?如果是这样,remote_api 似乎不适用于 OpenID:

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

于 2010-08-09T03:41:37.680 回答
0

尝试使用“Google Apps”帐户进行身份验证时遇到此问题。

通过设置另一个可与 Google App Engine 一起使用的“Google”帐户并使用此帐户进行身份验证来解决此问题。您可以从仪表板 > 管理 > 权限执行此操作。

于 2010-11-21T19:29:02.150 回答
0

您使用了错误的选项。我通过指定目录遇到了同样的问题。

There are plenty of pitfalls in the process. After spending much time on something so elementary, I wrote a tutorial to get people through the process quickly and without any fuss.

http://heliodorj.blogspot.com/2011/09/google-app-engine-bulk-download-and.html

于 2011-09-14T03:06:49.817 回答