Strange. It looks like the message requires a key api
I register a new key and added but now not work at all.Code:<GeocodeResponse> <status>OVER_QUERY_LIMIT</status> <error_message>You have exceeded your daily request quota for this API. We recommend registering for a key at the Google Developers Console:
Now i try in URL in browser and message is :
But in console every api is enabled...Code:The Google Maps API server rejected your request. This API project is not authorized to use this API. Please ensure this API is activated in the Google Developers Console
SOLVED
You need to go to console.developers.google.com -> select your key -> Library -> Maps -> Then enable Google Static Maps API
WARNING:
the sensor parameter is no longer required. Remove sensor=false
https://developers.google.com/maps/d...error-messagesCode:SensorNotRequired Warning The sensor parameter is no longer required for the Google Maps JavaScript API. It won't prevent the Google Maps JavaScript API from working correctly, but we recommend that you remove the sensor parameter from the script element.




Reply With Quote