Google Map Service API在Python中不起作用

时间:2017-02-21 13:42:42

标签: python api google-maps

我正在使用 Python3 开发模型以计算到目的地的来源。我尝试了 github 中的google-maps-services-python并获得了错误。

[API Key already enabled][1]

ApiError: REQUEST_DENIED (This API project is not authorized to use this API. Please ensure this API is activated in the Google Developers Console:)

然而,我尝试使用相同的密钥作为http请求通过浏览器。

The API key did not apply any key restriction
[API key did not apply any key restriction][2]

知道需要做什么吗?

1 个答案:

答案 0 :(得分:0)

Solution

为了从IPython进行直接查询,您需要启用两个API。

-Google Maps Directions API

-Google Maps Geocoding API

感谢问题解决了。