I am using both road api and map api. But I can't get apikey for road api work, in comparison, the apikey for map works fine.
Here is my apikey for road:
AIzaSyDRknPaFTzqrmHCTyQ6QGcrQMjGFQtK7bg
and request:
https://roads.googleapis.com/v1/nearestRoads?points=30.2601,-97.7095|\30.2341,-97.7229&%E2%80%8C%E2%80%8Bkey=AIzaSyDRknPaFTzqrmHCTyQ6QGcrQMjGFQtK7bg
The error is 403 permission denied.
Through the google's api console, that is showing that the above apikey should be working for road apis.
Thanks in advance.