Below are the steps I have done:
Select Google Maps Road API and restrict the key to android by passing SHA key and Package name.
I have also enable the another API i.e Google Maps Android API which is working fine with the code.
I have removed the restriction of key but getting same result.
On Developer console, every google map road API request goes into the error column.
Please, help me solve this issue as I'm not able to figure out what's wrong with this another API key's are working fine but getting error in road API.
{
"error": {
"code": 403,
"message": "The supplied API key is not configured for use from this Android app.",
"status": "PERMISSION_DENIED",
"details": [
{
"@type": "type.googleapis.com/google.rpc.Help",
"links": [
{
"description": "Google developer console API key",
"url": "https://console.developers.google.com/project/41764599888/apiui/credential"
}
]
}
]
}
}