Google Blogger API 的批量 XML 上传

发布于 2024-11-16 09:54:31 字数 334 浏览 2 评论 0原文

总之,

我正在尝试找到一种方法来克服使用 Google Python 客户端库的 Google Blogger API 的 50 个帖子速率限制。 CreatePost() 方法在恰好 50 个帖子后失败,并显示“gdata.client.RequestError:服务器响应:400,博客已超出速率限制或需要对新帖子进行文字验证”错误消息。然而,似乎可能存在使用包含多个博客条目的 XML POST 的较低级别的批量上传解决方案。尽管 Blogger API 文档中提供了 XML 语法的示例,但该 API 并不清楚如何在 Python 客户端 API 的上下文中实现批量上传。

任何人都可以提供对这个问题的任何见解吗?

All,

I'm trying to find a way to overcome the 50 post rate limit of the Google Blogger API using the Google Python client library. The CreatePost() method fails after exactly 50 posts with a "gdata.client.RequestError: Server responded with: 400, Blog has exceeded rate limit or otherwise requires word verification for new posts" error message. It appears, however, that there may be a lower level bulk upload solution using an XML POST containing multiple blog entries. Although an example is provided in the Blogger API documentation for the XML syntax, the API is unclear how to implement a bulk upload within the context of the Python client API.

Can anyone provide any insight into this problem?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文