Error hitting Google Geocode API: API keys with referer restrictions cannot be used with this API.
I have a input box which initially stores current users geolocation. When I try to store it in the database using workflow, I get this error. But when I replace that address by manually writing an address in the input box, it works.
note: my client and server keys are all setup properly, I assume this is a case google cloud instead of http referrers, i change it to IP, but im not sure
Help please