Google Blogger API 的批量 XML 上传
总之,
我正在尝试找到一种方法来克服使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论