8 messages in com.googlegroups.google-base-data-apiRe: Problem with feed/items when star...
FromSent OnAttachments
argiope15 Mar 2007 20:30 
guve...@gmail.com18 Mar 2007 12:00 
isilink21 Mar 2007 16:41 
isilink21 Mar 2007 16:42 
JP Fielding22 Mar 2007 11:14 
Pat24 Mar 2007 07:46 
Jeff S26 Mar 2007 18:02 
Pat31 Mar 2007 16:52 
Subject:Re: Problem with feed/items when start-index larger than 250
From:JP Fielding (jp.f@gmail.com)
Date:03/22/2007 11:14:57 AM
List:com.googlegroups.google-base-data-api

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.