Herepy 电动汽车充电站 API;发生错误:禁止访问,说明:这些凭据未授权访问
Herepy EVCharging Station API; Error occured: Forbidden, description: These credentials do not authorize access
我正在尝试使用此处 api 获取一些充电站数据。我注册了一个免费增值帐户并验证了我的电子邮件地址。
我正在使用 Herepy
发送请求,但不幸的是我收到以下错误
HEREError: Error occured: Forbidden, description: These credentials do not authorize access
我不确定为什么会收到此错误。
我在 Get your credentials
部分下得到了我的 API 密钥; REST
小节并生成了 API 密钥。
我正在使用以下脚本来测试我的请求
from herepy import *
import requests
api_key = "MY_API_KEY" # Enter your key here
evAPI = EVChargingStationsApi(api_key)
response = evAPI.get_stations_circular_search(latitude = 37.87166, longitude = -122.2727, radius = 10000)
但我收到以下错误
EV 充电站 API 尚不可用于免费增值客户。
我正在尝试使用此处 api 获取一些充电站数据。我注册了一个免费增值帐户并验证了我的电子邮件地址。
我正在使用 Herepy
发送请求,但不幸的是我收到以下错误
HEREError: Error occured: Forbidden, description: These credentials do not authorize access
我不确定为什么会收到此错误。
我在 Get your credentials
部分下得到了我的 API 密钥; REST
小节并生成了 API 密钥。
我正在使用以下脚本来测试我的请求
from herepy import *
import requests
api_key = "MY_API_KEY" # Enter your key here
evAPI = EVChargingStationsApi(api_key)
response = evAPI.get_stations_circular_search(latitude = 37.87166, longitude = -122.2727, radius = 10000)
但我收到以下错误
EV 充电站 API 尚不可用于免费增值客户。