0

I want make a route in maps, so i use Direction API from google maps, but i always get REQUEST DENIED & This IP, site or mobile application is not authorized to use this API key.

I already change to none restriction, and already make the new project, but got same response, so what is the problem ?

i use this library https://github.com/akexorcist/Android-GoogleDirectionLibrary Thanks.

This is the log message

This is the log message

YQadoome
  • 178
  • 14

2 Answers2

0

This answer seems fitting:

"This IP, site or mobile application is not authorized to use this API key"

https://stackoverflow.com/a/24235630/5644761

JakeB
  • 2,043
  • 3
  • 12
  • 19
0

The API key is restricted to some IP and the one you are connecting with is not white listed you need to add it into the console, select the API key then add the IP adresse .enter image description here

Oussema Aroua
  • 5,225
  • 1
  • 24
  • 44