我的网站上出现此错误
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.
我尝试清除浏览器数据,缓存等但没有运气。这是我的代码。
<script src="http://maps.googleapis.com/maps/api/js?sensor=false&libraries=drawing"></script>
我将其更改为
<script type="text/javascript" src="http://maps.googleapis.com/maps/api/js?key=XXXXXXXXXXX&sensor=false&libraries=drawing"></script>
但是没有运气。这个网站工作了3年,我突然得到了这个错误。
答案 0 :(得分:0)
您需要执行建议操作 - 检查协议条款并与Google联系以恢复该功能。您可能已超过每秒访问次数(例如),或与其他限制之一发生冲突。
检查您的Google帐户屏幕是否有API用途。