I am trying to receive the same results found when I go to
http://www.google.com/products?q=test
I am not clear if GBaseUriFactory.Default.ItemsFeedUri is what I want
to begin with.
I know what GBaseUriFactory.Default.SnippetsFeedUri is not.
My code works with SnippetsFeedUri, but with ItemsFeedUri I get
"Execution of request failed"
Dim Query As New GBaseQuery
(GBaseUriFactory.Default.ItemsFeedUri)
Query.NumberToRetrieve = 10
Query.GoogleBaseQuery = "test"
Dim Service As New Google.GData.Client.Service()
Service.setUserCredentials(username, password)
Dim Result As Google.GData.Client.AtomFeed = Service.Query
(Query)
I have tried two sets of credentials with google base access.
Am I missing something?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Base Data API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-base-data-api?hl=en
-~----------~----~----~----~------~----~------~--~---