Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error from Google Maps API #373

Open
cufta22 opened this issue Jul 7, 2021 · 2 comments
Open

Error from Google Maps API #373

cufta22 opened this issue Jul 7, 2021 · 2 comments

Comments

@cufta22
Copy link

cufta22 commented Jul 7, 2021

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.

@DEXTERNATAN
Copy link

DEXTERNATAN commented Aug 3, 2021

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

@medAmarFilali
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants