graphhopper / graphhopper-navigation-example-legacy

GraphHopper Navigation as App
https://www.graphhopper.com/open-source/
Apache License 2.0
93 stars 49 forks source link

Wrong credentials. Register and get a valid API key at https://www.graphhopper.com/developers/ #50

Open WindCrafter opened 3 years ago

WindCrafter commented 3 years ago

I have change gh_key in developer-config.xml by token I create in https://graphhopper.com/dashboard/#/apikeys, and I try to change base_url to https://graphhopper.com/api/1/route/ but in function fetchRoute (NavigationLauncherActivity.java) it still return onFailure and Log Wrong credentials. Register and get a valid API key at https://www.graphhopper.com/developers/

ravenfeld commented 2 years ago

Hi, Did you find a solution to make the sample work?