Picassa 数据源 API

发布于 2024-12-07 10:14:52 字数 401 浏览 0 评论 0原文

我知道这是旧帽子(相对而言),但我似乎无法让 API 返回超过 1,000 的行,尽管显示开放搜索总结果的查询结果远远超过了该数字。

https://picasaweb.google.com/data/feed/api/all?q=elephants&start-index=1&max-results=11&v=2&prettyprint=true&alt=json&strict=true&kind=photo

我是否误解了以下返回:

"openSearch$totalResults": {"$t": 195717},

开始索引和最大结果的组合超过 1,001 返回“请求的结果太多”错误。

I know it's old hat (relatively) but I can't seem to get the API to return rows passed 1,000, though the results from a query of show open search total results well exceeding that number.

https://picasaweb.google.com/data/feed/api/all?q=elephants&start-index=1&max-results=11&v=2&prettyprint=true&alt=json&strict=true&kind=photo

Am I mis-interpreting the return of:

"openSearch$totalResults": {"$t": 195717},

Combinations of start-index and max-result that exceed 1,001 return an error of "Too many results requested".

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

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

发布评论

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

评论(2

失退 2024-12-14 10:14:52

该 API 不支持返回超过 1000 个查询结果。如果您需要更多结果,则必须优化搜索查询。

The API doesn't support returning more than 1000 results for a query. If you need more results, you will have to refine your search query.

笑咖 2024-12-14 10:14:52

如果您的起始索引超过可用结果总数,它会返回相同的错误。

It returns same error if your start-index is past total number of results available.

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