[Google GeoCoding] when converting address to coordinares i got an request denied error
google-geocoding
Web icon
Forge component by Rui Barbosa
Application Type
Traditional Web

when converting a address from geo code  i got an error of request denied 

Solution

Hello Ignesiyasloyala, 

The request denied error is usually related to an improper setup in the Google Developer Console. Could you check the following:

1. Ensure Billing is enabled

2. Ensure the api key is set up and used in your project

3. The Geocoding and JavaScript API's are Enabled

4. The api key is properly restricted

If you keep receiving this error please open the browser console and note any additional errors you see there and we can help troubleshoot further. 

Solution

I think, for fetching coordinates from Address or vice versa need to use GoogleGeoCode API. So it should be enable in console and billing should be enable for this.

If billing is enabled and API is on, still getting error then need to check daily usage limit. Because Google API has daily usage limit also for each API.

Solution

Hello Ignesiyasloyala, 

The request denied error is usually related to an improper setup in the Google Developer Console. Could you check the following:

1. Ensure Billing is enabled

2. Ensure the api key is set up and used in your project

3. The Geocoding and JavaScript API's are Enabled

4. The api key is properly restricted

If you keep receiving this error please open the browser console and note any additional errors you see there and we can help troubleshoot further. 

Solution

I think, for fetching coordinates from Address or vice versa need to use GoogleGeoCode API. So it should be enable in console and billing should be enable for this.

If billing is enabled and API is on, still getting error then need to check daily usage limit. Because Google API has daily usage limit also for each API.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.