i see this problem beginning with _ANY_ start-index > 1
On Mar 15, 11:31 pm, "argiope" <argi...@gmail.com> wrote:
Hello,
I'm trying to get all my items back from google base.
fir the first 250 I'm
callinghttp://www.google.com/base/feeds/items?start-index=1&max-results=250
I get
<openSearch:totalResults>98325</openSearch:totalResults>
<openSearch:startIndex>1</openSearch:startIndex>
<openSearch:itemsPerPage>250</openSearch:itemsPerPage>
and the link rel next in the feed comes back as:
<link rel='next' type='application/atom+xml'
href='http://www.google.com/base/feeds/items?start-index=251&max-results=250'>
the feed contains entries as expected.
everything normal up to this point.
however when I
queryhttp://www.google.com/base/feeds/items?start-index=251&max-results=250
I get
<openSearch:totalResults>98325</openSearch:totalResults>
<openSearch:startIndex>251</openSearch:startIndex>
<openSearch:itemsPerPage>250</openSearch:itemsPerPage>
but there are *no* entries in the feed.
do I do anything wrong?
Cheers,
Ron.