今天间歇性地遇到这个错误:
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.
不知何故,当我刷新页面时,地图又回来了。我认为如果这是违规行为,它将永久撤销密钥,并且不再允许使用此密钥加载地图。此外,错误总是在页面加载时发生。如果它已经成功加载,我还没有遇到错误。我简要阅读了这些条款,但没有发现任何可疑之处。任何人都可以建议如何解决这个错误?我应该检查一些 js 错误还是地图条款?谢谢。
这是地图脚本的样子:
<script src="http://maps.google.com/maps/api/js?v=3&sensor=false&libraries=places&key=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" type="text/javascript"> </script>