[Qgis-user] MMQGIS - Reverse geocoding -REQUEST_DENIED
Keith Jenkins
kgjenkins at gmail.com
Thu Sep 19 18:14:10 PDT 2024
Hi, Krishna.
The URL for the Google reverse geocoding seems to be on line 1464 of
mmqgis_library.py, and is already https
What do you get if you go to the following URL with your Google API key?
https://maps.googleapis.com/maps/api/geocode/json?latlng=40.0262,-75.0301&key={your_api_key}
If you get a REQUEST_DENIED error with that, then it would seem that
the API key is invalid.
Keith
On Thu, Sep 19, 2024 at 9:03 PM krishna Ayyala via QGIS-User
<qgis-user at lists.osgeo.org> wrote:
>
> In continuation to the question posted below, I am also attaching mmqgis_library file. I opened this in notepad++ .In line 288, I don’t see anything that starts with 'http://'. However, someone in the QGIS forums suggested changing the URL in line 288 of mmqgis_library.py to begin with 'https' instead of 'http'.
>
> ---------- Forwarded message ---------
> From: krishna Ayyala <ayyalakrishna at gmail.com>
> Date: Thu, Sep 19, 2024 at 5:43 PM
> Subject: MMQGIS - Reverse geocoding -REQUEST_DENIED
> To: qgis-user <qgis-user at lists.osgeo.org>
>
>
> Hello,
> I do not know scripting or programming. I am using Reverse Geocode tool as shown below. I am getting the below error. Can anyone help me fix this?
> Regards.
>
>
>
>
> _______________________________________________
> QGIS-User mailing list
> QGIS-User at lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
More information about the QGIS-User
mailing list