shukerullah / react-geocode

A React module to transform a description of a location (i.e. street address, town name, etc.) into geographic coordinates (i.e. latitude and longitude) and vice versa.
MIT License
207 stars 35 forks source link

This API project is not authorized to use this API #33

Closed dabonnestor closed 4 years ago

dabonnestor commented 4 years ago

Server returned status code REQUEST_DENIED

kel29 commented 4 years ago

I had this same issue. Turns out, you also need to enable the Geocoding API through Google's Developer Console. At least, that was my problem. To do this:

This resolved the issue for me. I am only converting addresses to coordinates, and don't know if you would need to enable any other libraries if you were trying to convert coordinates to an address.

blwinters commented 3 years ago

I had mistakenly enabled Geolocation instead of Geocoding, whoops!