0

Invoking the Geocode web service through IBM application server. and below is the Geocode service URL. https://maps.google.com/maps/api/geocode/xml?address=1601%2BRutherford%2BLn%2CAustin%2C78754%2CTX&sensor=false&key=generated key from google

I have generated API key, using my machine(where program is running), I also tried updated with public IP address(This machine is office network).

Any Insight would be appreciated and advanced Thanks

user3520811
  • 11
  • 1
  • 3
  • [It works without a key](https://maps.google.com/maps/api/geocode/xml?address=1601%2BRutherford%2BLn%2CAustin%2C78754%2CTX&sensor=false). There is something wrong with the key you generated. Is it authorized for the API you are using? – geocodezip Apr 18 '14 at 16:34
  • Generated with Simple API Access, not using Authorized API Access – user3520811 Apr 18 '14 at 16:36
  • you must enable the geocoding-API for the project inside the console when you use a key – Dr.Molle Apr 18 '14 at 22:52
  • @user3520811 try this link http://stackoverflow.com/questions/14654758/google-places-api-request-denied-for-android-autocomplete-even-with-the-right-a/14744513#14744513 – karthikeyan Jun 26 '14 at 09:53
  • 1
    Possible duplicate of [This IP, site or mobile application is not authorized to use this API key](https://stackoverflow.com/q/21933247/608639) – jww Nov 11 '18 at 02:10

1 Answers1

0

Need to create the public Api key to avoid those error message while access the service. Refer this link to know how to create the public api key http://hmkcode.com/getting-android-google-maps-v2-api-key/

Vishnu
  • 184
  • 1
  • 7