react-places-autocomplete
react-places-autocomplete copied to clipboard
Error from Google Maps API
We're getting REQUEST_DENIED from Google Maps API. Is there any chance this will be resolved since we're using this package on prod.
I was getting this same error, but because of not having enabled Places API inside google maps apis.
/**/xdc.8ouq5d && _xdc._8ouq5d( {
"error_message" : "This API project is not authorized to use this API. Places API error: ApiNotActivatedMapError\nhttps://developers.google.com/maps/documentation/javascript/error-messages#api-not-activated-map-error",
"predictions" : [],
"status" : "REQUEST_DENIED"
}
)
I activated it as described in this link below and it worked:
https://developers.google.com/maps/documentation/javascript/error-messages#api-not-activated-map-error
Had the same problem and tried enabling geocoding api and geolocation api and it worked