You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered: