I've been getting a lot of "Couldn't find " errors from this integration lately, and when I went to go investigate it, it appears that Google no longer allows to their maps API without an access key, as I received this warning when running the google maps query manually:
{
"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" : [],
"status" : "OVER_QUERY_LIMIT"
}
I think #4 may fix this.
I've been getting a lot of "Couldn't find " errors from this integration lately, and when I went to go investigate it, it appears that Google no longer allows to their maps API without an access key, as I received this warning when running the google maps query manually:
{ "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" : [], "status" : "OVER_QUERY_LIMIT" }I think #4 may fix this.