Date: Wed, 12 Feb 2025 18:54:51 +0000 From: bugzilla-noreply@freebsd.org To: chromium@FreeBSD.org Subject: [Bug 233095] www/firefox geolocation no longer working Message-ID: <bug-233095-28929-ttkmvr7CS6@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-233095-28929@https.bugs.freebsd.org/bugzilla/> References: <bug-233095-28929@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233095 --- Comment #13 from J.R. Oldroyd <fbsd@opal.com> --- 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=3D%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 } --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-233095-28929-ttkmvr7CS6>