Google Base Query Problems

Posted by Craig on Stack Overflow See other posts from Stack Overflow or by Craig
Published on 2008-12-08T20:50:53Z Indexed on 2010/03/30 12:03 UTC
Read the original article Hit count: 518

Filed under:
|
|

I am querying Google Base using the .NET library pretty much as described on this page.

http://code.google.com/apis/base/docs/2.0/developers_guide_dotnet.html

When I run the query a GBaseFeed is returned and it will usually have the TotalRecords property set to something like 35, but in the Entries collection it will often have no items or very few items. Other times the query returns all 35 items as expected in the Entries. Has anyone seen this behaviour or have any idea what could cause it?

© Stack Overflow or respective owner

Related posts about google-base

Related posts about gdata-api