Closed jflournoy closed 1 year ago
This seems to be an error with your OpenRouteService API key. The 403 is issued if you go over your total daily quota or the API key you pass is not authorized.
You can check your quota at openrouteservice dashboard Check this post for more information
Thanks. This is why one should read the comments. Take note, kids.
# api key for openroute service, generated from https://openrouteservice.org/
api_key = "mock_api_key"
I'm trying to implement the example in the README and get the following error:
ApiError: 403 ({'error': 'Access to this API has been disallowed'})
. Full error log below, and session information.