【问题标题】:Google maps geocode api free daily limit get over in one hit, it happening due to I not enable billing?谷歌地图地理编码API免费每日限制一击即过,是因为我没有启用计费吗?
【发布时间】:2019-01-23 09:36:20
【问题描述】:

我点击下面的 URL 来测试我的密钥

https://maps.googleapis.com/maps/api/geocode/json?latlng=20.0041,73.7175&key=$key

点击后会显示一个错误

{
error_message: "You have exceeded your daily request quota for this API. If you did not set a custom daily request quota, verify your project has an active billing account: http://g.co/dev/maps-no-account",
results:[],
status: "OVER_QUERY_LIMIT"
}

请帮助我为什么会发生这种情况,与启用计费有什么关系?

【问题讨论】:

  • 我在 Autocomplete Api 中遇到同样的问题,这里是我的 URL:-maps.googleapis.com/maps/api/place/autocomplete/…
  • 我投票结束这个问题,因为它是关于 Google 的使用条款/计费,而不是编码
  • 启用计费后,错误消失
  • 如果您阅读了文档,则必须启用计费。所以是的。
  • 不要关闭这个问题,因为它没有程序化解决方案,像我这样的人不知道这背后的原因

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


【解决方案1】:

正如问题的comments 中所述,即使您只使用免费配额,您也需要启用计费。请参阅docs about this change 了解更多信息。

【讨论】:

    猜你喜欢
    • 2021-09-26
    • 2023-03-19
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多