Picassa Data Feed API

五迷三道 提交于 2019-12-24 03:19:28

问题


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".


回答1:


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.




回答2:


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



来源:https://stackoverflow.com/questions/7601969/picassa-data-feed-api

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!