[Bug 233095] www/firefox geolocation no longer working

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 12 Feb 2025 18:54:51 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233095

--- 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=%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 on the CC list for the bug.