Hi Support team

I am using below of my code to get custom google search on my website, but 
always getting the error message.


   1. domain:"usageLimits"
   2. message:"Bad Request"
   3. reason:"keyInvalid"

<html>
  <head>
    <title>JSON/Atom Custom Search API Example</title>
  </head>
  <body>
    <div id="content"></div>
    <script>
      function hndlr(response) {
 console.log(response);
          // handle result
      }
    </script>
    <script 
src="https://www.googleapis.com/customsearch/v1?key=18e24e397fc81124bc8b01ed685bf3b886df4cdd&cx=cx&q=cars&callback=hndlr";>
    </script>
  </body>
</html>

Please update where I am missing

Thanks
Mohammad Tanzeel

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Google AJAX APIs" group.
To post to this group, send email to
google-ajax-search-api@googlegroups.com
To unsubscribe from this group, send email to
google-ajax-search-api+unsubscr...@googlegroups.com
To view this message on the web, visit
https://groups.google.com/d/msgid/google-ajax-search-api/ca356aab-a9dd-4abb-ac0c-920038703222%40googlegroups.com
For more options, visit this group at
http://groups.google.com/group/google-ajax-search-api?hl=en?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Google AJAX APIs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-ajax-search-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to