Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MapViewDirections Error: This IP, site or mobile application is not authorized to use this API key. Request received from IP address 1.42.189.121, with empty referer #39

Closed
somsin opened this issue Apr 24, 2018 · 1 comment
Labels
invalid Not a react-native-maps-directions issue

Comments

@somsin
Copy link

somsin commented Apr 24, 2018

i have created GOOGLE_MAPS_APIKEY and added in app but i am warning and not able to see direction in map . here is code

<MapViewDirections
origin={origin}
destination={destination}
apikey={GOOGLE_MAPS_APIKEY}
strokeWidth={3}
strokeColor="hotpink"

/>
warnning : MapViewDirections Error: This IP, site or mobile application is not authorized to use this API key. Request received from IP address 1.42.189.121, with empty referer

@bramus
Copy link
Owner

bramus commented Apr 24, 2018

This is an error message returned by the Google Maps API. You have not set up your API Key properly, or have limited its use.

@bramus bramus closed this as completed Apr 24, 2018
@bramus bramus added the invalid Not a react-native-maps-directions issue label Apr 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid Not a react-native-maps-directions issue
Projects
None yet
Development

No branches or pull requests

2 participants