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
When I try to make a search (of course after I logged in with Spotify for their own API), I see a request to something like https://maps.googleapis.com/maps/api/js/GeocodeService.Search?4sRepublic%20of%20Ireland&9sen-US&callback=_xdc_._w5y12i&token=3748 and it gets the following response:
{ "error_message": "Geocoding Service: You must use an API key to authenticate each request to Google Maps Platform APIs. For additional information, please refer to http://g.co/dev/maps-no-account", "results": [], "status": "REQUEST_DENIED" }
This unhandled error also seems to break the whole site, and clicking search won't even make a new request
The text was updated successfully, but these errors were encountered:
When I try to make a search (of course after I logged in with Spotify for their own API), I see a request to something like
https://maps.googleapis.com/maps/api/js/GeocodeService.Search?4sRepublic%20of%20Ireland&9sen-US&callback=_xdc_._w5y12i&token=3748
and it gets the following response:{ "error_message": "Geocoding Service: You must use an API key to authenticate each request to Google Maps Platform APIs. For additional information, please refer to http://g.co/dev/maps-no-account", "results": [], "status": "REQUEST_DENIED" }
This unhandled error also seems to break the whole site, and clicking search won't even make a new request
The text was updated successfully, but these errors were encountered: