Today I was trying to add JQuery Mobile elements to a site which uses a google map when suddenly I started to get this message:
Google has disabled use of the Maps API for this application. See the Terms of Service for more information: http://www.google.com/intl/en-US_US/help/terms_maps.html.
I reverted all the changes I had made thinking they might have somehow caused this but that didn't fix it. What's worse I am also getting the message on the live version of my site which has worked flawlessly for weeks and has not had anything changed on it in a few days.
I know my google maps script is done correctly as it has been working fine for a long time and the error message I am getting is different to the one that people get when they address their script incorrectly. My error message seems to be completely generic and provides no reason why it has stopped working.
<script src="https://maps.googleapis.com/maps/api/js?key=apikeygoeshere&sensor=false" type="text/javascript"></script>
(Obvious I'm not using that as a key)
If I check my API Console it says no known issues for the API V3.
I have done all the usual checks like clearing browser cache, using different browsers, getting a new API key etc.
This is really annoying for me as my whole site is built around the map meaning I can't work on it at all with this problem.