gpt4 book ai didi

python - 我的谷歌地图 api key 在 python 中不起作用,尽管它在 swift 中工作

转载 作者:太空宇宙 更新时间:2023-11-04 04:06:17 28 4
gpt4 key购买 nike

我在我的 swift 项目中使用了从谷歌地图获得的 API key ,它运行良好。当我在 python 上尝试它时,它只给我一条错误消息。我使用的代码和收到的错误消息在下面。

enter image description here已经在谷歌云平台上获得了一个 api key :- 地点 api- map javascript api- 地理定位API- 地理编码接口(interface)

还有这个 api key ,我没有成功。

gmaps = googlemaps.Client(key='api-key')
geocode_result = gmaps.geocode('1600 Amphitheatre Parkway, Mountain View, CA')

我希望获得地点的 ID,但我收到了:“googlemaps.exceptions.ApiError:REQUEST_DENIED(此 API 项目无权使用此 API。)”

最佳答案

您是否可能将 IOS API key 与 Web 服务的 API key 混淆了?我看到至少有两篇不同的“获取 API key ”文章:

一个用于 Web 服务:https://developers.google.com/maps/documentation/geocoding/get-api-key

还有一个用于 IOS:https://developers.google.com/maps/documentation/ios-sdk/get-api-key

如果是这样,解决方案是:

  • Python googlemaps 库需要 Web 服务 API key ,尝试使用 IOS API key 将不起作用。

有时 Google 会将 API 显示为已启用,但实际上并未启用。尝试禁用并重新启用 Web 服务 API key 。

另一个问题是您可能还需要启用 Directions API。

关于python - 我的谷歌地图 api key 在 python 中不起作用,尽管它在 swift 中工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57323930/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com