微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

本地主机上的 Google API 密钥限制

如何解决本地主机上的 Google API 密钥限制

我打电话:

https://maps.googleapis.com/maps/api/geocode/json?latlng=${lngLat.lat},${lngLat.lng}&key=${process.env.google_api_key}`

响应是

error_message: "API keys with referer restrictions cannot be used with this API."
results: []
status: "REQUEST_DENIED"

我的 API 密钥限制是:

http://localhost:3000/*

而且我已经尝试过了:

127.0.0.1
localhost
http://localhost
http://localhost**

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。