Google Places API - 您已超出此API的每日请求限额

时间:2018-05-31 08:54:29

标签: google-maps google-maps-api-3 google-places-api google-places

我在2天前将google places api添加到了我的项目中。当我今天想要使用API​​时,我收到了错误消息:

  

“您已超出此API的每日请求配额。我们建议您这样做   在Google Developers Console中注册密钥“

我检查过谷歌开发者控制台,API最近2天没有使用过。为什么我收到此错误消息?

enter image description here

enter image description here

2 个答案:

答案 0 :(得分:2)

我在网址中缺少关键参数。

来自documentation的例子:

<script async defer src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY&callback=initMap"
  type="text/javascript"></script>

答案 1 :(得分:0)

当您没有在请求中正确实现api密钥时,会出现此错误响应,请检查您是否正确执行