Today we observed intermittent errors with google api maps in the browser.
Google has disabled the use of Maps for this application. The key provided is not a valid Google API key, or it is not allowed for the Google Maps API Key, or it is not allowed for the Google Maps Javascript API V3 on this site.
The entire apis map is included in the developer console.
- In addition, the use of the "Google Maps API JavaScript API v3" corresponds to free requests of 25 kB / day.
- It shows 100% success of all requests.
- The average number of requests per second on the graph is 0.025 maximum.
I'm not sure what has changed by forcing the google maps api to throw this error.
We use v3 api showing maps:
script.src = 'https://maps.google.com/maps/api/js?v=3&key='+mapKey+'&language=en-IN&sensor=true&libraries=places&callback=loadInfoBox';
Is there any way to find out what the actual cause of the error is?
source share