Click here to Skip to main content
15,883,901 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Google Map API V2

Google has disabled use of the Maps API for this application. The provided key is not a valid Google API Key, or it is not authorized for the Google Maps Javascript API v2 on this site. If you are the owner of this application, you can learn about obtaining a valid key here: http://code.google.com/apis/maps/documentation/javascript/v2/introduction.html#Obtaining_Key

I m getting the above error, tried google api console generated API key but doesn't worked..
Posted
Updated 26-Jun-13 2:46am
v2
Comments
Jignesh Khant 26-Jun-13 8:47am    
Try this V3 instead of your V2:
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
ashish.bathla 26-Jun-13 8:57am    
Will the api key remain the same
ashish.bathla 26-Jun-13 8:50am    
May be i am missing something....I want a proper step by step process to register api key and use it on live web server.

Thanks
[no name] 26-Jun-13 9:24am    
Maybe you should be asking google?
Jignesh Khant 26-Jun-13 9:03am    
Yes use this same api. It should work.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900