Google Reader 的批量编辑标签
如何批量编辑谷歌阅读器项目的标签? 现在我使用 /reader/api/0/edit-tag 编辑标签,但更新所有项目的标签非常慢(循环中)。
您知道有什么方法可以同时发送多个物品的标签吗? 可能的解决方案是使用一些线程将这些请求发送到 Google Reader 服务器。
How to bulk edit tag of the google reader item ?
Now I'm using /reader/api/0/edit-tag to edit tags, but it's very slow to update tags for all items (in loop).
Dow you know any way to send tags for many items at once?
Possible solution looks like using some threads to send these requests to Google Reader Server.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以在同一篇文章中包含多个 i= 和 s=。只需确保在添加新的 i= 时为该项目添加相应的 s= 即使您之前已经为该完全相同的流添加了 s=(这非常重要,或者拨打电话时您会收到 400 错误)。我用我的代码批量做了 10 个,我确信你可以做更多,但我不知道限制。
You can include multiple i= and s= in the same post. just make sure that as you add a new i= you add the corresponding s= for that item even if you've already included the s= for that exact same stream previously (this is really important, or you'll get a 400 error when making the call). I was doing batches of 10 with my code, I'm sure you can do more but I don't know the limit.
是否可以发布一个用于将所有项目标记为已读的工作 URL?
我已经尝试过:
但我总是收到 400 错误。
非常感谢。
Could a working URL for marking all items as read be posted?
I have tried:
but I just keep getting a 400 error back.
Many thanks.