react-places-autocomplete icon indicating copy to clipboard operation
react-places-autocomplete copied to clipboard

Error from Google Maps API

Open cufta22 opened this issue 3 years ago • 2 comments

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.

cufta22 avatar Jul 07 '21 09:07 cufta22

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

DEXTERNATAN avatar Aug 03 '21 12:08 DEXTERNATAN

Had the same problem and tried enabling geocoding api and geolocation api and it worked

medAmarFilali avatar Aug 17 '21 18:08 medAmarFilali