0

I am trying to use HERE api to get some charging station data. I signed up for a freemium account and verified my email address.

I am using Herepy to send requests but unfortunately I get the following error

HEREError: Error occured: Forbidden, description: These credentials do not authorize access

I am not sure why I am getting this error. I got my API key under the section Get your credentials ; subsection REST and generated the API key. I am using the following script to test my request

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)

but I get the following error enter image description here

Prashant Kumar
  • 501
  • 8
  • 26
  • Please share the api documentation you are referring to. –  May 10 '21 at 06:45
  • @HEREDeveloperSupport this is the EV charging station documentation I followed https://herepy.abdullahselek.com/api/ev_charging_stations_api/ – Prashant Kumar May 10 '21 at 09:33
  • @HEREDeveloperSupport also can you please confirm if freemium users get access to EV Charging API? I've got a user on another thread saying that it's not available in freemium plan – Prashant Kumar May 10 '21 at 09:34

1 Answers1

1

EV Charging Station API is not available to freemium customers yet.