App Engine 批量数据上传 - 身份验证错误

发布于 2024-09-13 13:36:59 字数 1037 浏览 3 评论 0原文

当我尝试使用 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: [email protected]
Password for [email protected]: 
[INFO    ] Authentication Failed

问题可能是什么?

When I try to upload data using appcfg.py I get an authentication error regardless of my login details being completely correct.

    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

What could the problem be?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

养猫人 2024-09-20 13:36:59

我认为您正在使用 OpenID?如果是这样,则 Remote_api 似乎不适用于 OpenID:

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

I think you are using OpenID? If so, it appears that remote_api doesn't work with OpenID:

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

剪不断理还乱 2024-09-20 13:36:59

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

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

I encounter this issue when trying to authenticate with a "Google Apps" account.

Get around the issue by setting up another "Google" account that can be used with Google App Engine and using this to authenticate with instead. You can do this from Dashboard > Administration > Permissions.

后eg是否自 2024-09-20 13:36:59

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

过程中有很多陷阱。在花了很多时间在如此简单的事情上之后,我写了一个教程来帮助人们快速、轻松地完成整个过程。

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

You're using the wrong options. I ran into the same problem by specifying the directory.

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文