I found out what the issue was.
 I had a double quote before the 'key' parameter

 Original Code : <script type="text/javascript" src="http://
www.google.com/jsapi?key="xxxxx"></script>

 I removed the double quote and changed it as below, which resolved
the issue.
    <script type="text/javascript" src="http://www.google.com/jsapi?
key=xxxxx"></script>



On Dec 1, 2:48 pm, nss rco <[email protected]> wrote:
> I am getting an Incorrect API Key message.
>
> http://tinyurl.com/ydgjyfr
>
> I think I did every thing as per documentation and am not sure why I
> am getting the following message.
>  "The web site needs a different Google Maps API Key"

--

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


Reply via email to