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
{{ message }}
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.
Trying to get coordinates (lat, lon) by GeocodingClient.
It works on local host, but on production i have error response
stdClass Object ( [error_message] => Keyless access to Google Maps Platform is deprecated. Please use an API key with all your API calls to avoid service interruption. For further details please refer to http://g.co/dev/maps-no-account [results] => Array ( ) [status] => OVER_QUERY_LIMIT )
I have keys on config files
Also a have Google Cloud Platform keys for Geocoding API and Maps JavaScript API.
Tried to make restrictions by domain (host)
So works on local host, doesn't work on production.
Any ideas?
The text was updated successfully, but these errors were encountered:
Trying to get coordinates (lat, lon) by GeocodingClient.
It works on local host, but on production i have error response
stdClass Object ( [error_message] => Keyless access to Google Maps Platform is deprecated. Please use an API key with all your API calls to avoid service interruption. For further details please refer to http://g.co/dev/maps-no-account [results] => Array ( ) [status] => OVER_QUERY_LIMIT )
My controller code
I have keys on config files
Also a have Google Cloud Platform keys for Geocoding API and Maps JavaScript API.
Tried to make restrictions by domain (host)
So works on local host, doesn't work on production.
Any ideas?
The text was updated successfully, but these errors were encountered: