https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233095
--- Comment #13 from J.R. Oldroyd <[email protected]> --- Hmm. That second patch for the key may not be needed. It is sending the correct key when I use my proxy script URL with the ?key=%GOOGLE_LOCATION_SERVICE_API_KEY%. I am noticing though, that while it is mostly working, it is also sometimes returning an error about billing needed to be enabled: { "error": { "code": 403, "message": "PERMISSION_DENIED: You must enable Billing on the Google Cloud Project", "errors": [ { "message": "PERMISSION_DENIED: You must enable Billing on the Google Cloud Project", "domain": "geolocation", "reason": "forbidden" } ] } } Wait a short while, and it works again: { "location": { "lat": 0.123456, "lng": 0.654321 }, "accuracy": 13.936 } -- You are receiving this mail because: You are the assignee for the bug.
