I'm just wondering if anyone can shed some light on why I see 403 Prohibited Errors for my Google Map Services.
I downloaded api maps as such:
<script type="text/javascript" src="//maps.googleapis.com/maps/api/js?libraries=places&sensor=false"></script>
And then using the geocoding and autocomplete libraries to include user searches in the coordinates to display search results on the map.
This worked fine (for several months) until yesterday, when I started looking at 403 errors whenever the Autocomplete service was accessed.
I am 100% sure that I did not reach the 25k per day query limit, and I did not make any code changes on my side.
Now I have added an API key to my script loading and the problem has disappeared, but I want to be sure that this will not happen again. Search by location is the main feature of our site, and if it breaks, we lose customers.
Does anyone have any idea why this could happen?
And under what circumstances can this happen again?
dazbradbury
source share