Lionel Peer
Lionel Peer

Reputation: 11

HERE maps Python SDK v2 failing to authenticate with the platform

I am struggling with accessing resources on the HERE platform using the Python Data SDK v2. Specifically I am trying to run the following example notebook:

https://github.com/heremaps/here-data-sdk-examples-python/blob/main/tutorials/ProcessSDIIData_platform.ipynb

It seems like I don't have access to that resource (I get a "forbidden" message when trying to open the resource in the browser). Therefore I changed the used HRN to one of the resources/catalogs that were accessible in the Data Manager. Unfortunately I am still getting the same error message:

AuthenticationException: An error occurred during authentication or authorization with HERE
                    platform: Status 403 -
                    Reason Forbidden
 Response: {"error":"Forbidden","error_description":"These credentials do not authorize access"}

If anyone has an idea about how to deal with this that would help me a great deal.

Upvotes: 0

Views: 207

Answers (1)

user3505695
user3505695

Reputation:

These catalogs are not publicly available, hence you are getting forbidden message. You need to reach out to us via contact us form and provide the exact use case to get the access for the same. Thanks

~MS

Upvotes: 0

Related Questions