Hi all, I've been trying to understand the API, but I've been having
problems getting anything to work. I spent half a day just trying to
get the sample to work, and suddenly it started working. I suppose
that was the activation time for the key.
So, I've been playing the the API all of today, until just a few
minutes ago, and suddenly even the example is no longer working.
Here is the code:
GBaseService service = new GBaseService("Google-
Tutorial-1.0", developerKey);
AtomCategory ac = new AtomCategory();
GBaseQuery query = new GBaseQuery
(GBaseUriFactory.Default.SnippetsFeedUri);
query.GoogleBaseQuery = "digital
camera";
GBaseFeed feed = service.Query(query);
and here is the error:
Execution of request failed:
http://www.google.com/base/feeds/snippets?bq=digital
camera
Can anyone help me with this?
Thanks,
Josh
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---