Hi,

I'm using the .NET GoogleSearchAPI 0.3.1 to try and utilize the ajax
image search and no matter what I try I get a Google APIException
'Failed to get response'.

I've added a referrer and my API key like so.

Google.API.Search.GimageSearchClient x = new
Google.API.Search.GimageSearchClient("www.siatech.org");

x.ApiKey = "mykey";

 try
 {
    z.Search("ca bill", 1);
 }
catch
{
}

I've also tried sending an http request to
http://ajax.googleapis.com/ajax/services/search/images?v=1.0&rsz=large&safe=active&key=mykey&q=

but had the same issue

Are there any troubleshooting steps I can use to resolve this issue,
or has this been deprecated in some way?

-- 
You received this message because you are subscribed to the Google Groups 
"Google AJAX APIs" 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-ajax-search-api?hl=en.

Reply via email to