Reputation: 187
The map in my localhost is working perpectly fine but a error occurs when i view it in the live version. I'm using geocoder for my dynamic map and the error is REQUEST_DENIED. sensor is set to true. Should I change it to false?
Upvotes: 0
Views: 3962
Reputation: 1483
Goto google developer console (http://code.google.com/apis/maps/) and check whether the API KEY corresponding to your app has privileges for the requests from your live URL. This would be helpful if you're to create a new key http://chrisholtz.com/blog/getting-started-with-the-google-maps-api/
Upvotes: 1