谷歌地图地理编码api免费每日限制在一次点击中结束,它发生由于我没有启用计费?

ary*_*ngh 22 google-maps google-maps-api-3

我点击URL以测试我的密钥

https://maps.googleapis.com/maps/api/geocode/json?latlng=20.0041,73.7175&key=$key
Run Code Online (Sandbox Code Playgroud)

它在一次击中后显示此错误

{
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"
}
Run Code Online (Sandbox Code Playgroud)

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

小智 12

如问题注释中所述,即使您仅使用免费配额,也需要启用计费功能。有关更多信息,请参阅文档