I am trying to render google maps with the following link inside QlikView application
- http://maps.google.com/staticmap?center=23.01,84.49&zoom=5&maptype=roadmap&size=640x400&key=XXXXXXXXXXXXXXXXXXXXXX&.jpg
- (I have created a BROWSER API key)
The error message I am getting is (not in QlikView, but in browser, when I try to render the link using browser):
- The Google Maps API server rejected your request. This site or IP is not authorized to use this API key.
I have actvated following Google services on my account:
- Google Maps Android API v2
- Google Maps JavaScript API v3
- Static Maps API
- Translate API
Already found this thread on StackOverflow: The Google Maps API server rejected your request
I have tried the following:
- make sure the Referers is set to Any referer allowed
- Make sure you have enabled "Static Maps API" service in addition to "Google Maps API".
Unfortunately, I am still getting the same error message. Can anyone help please? Thanks.