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

Something went wrong authenticating with Google Maps #340

Open
divyankjain20 opened this issue Jun 7, 2020 · 1 comment
Open

Something went wrong authenticating with Google Maps #340

divyankjain20 opened this issue Jun 7, 2020 · 1 comment

Comments

@divyankjain20
Copy link

This may be because you did not pass in an API key, or the key you passed in was incorrect.
Check the browser console, look for errors that start with Google Maps API error and compare the message against the Google Maps documentation.
If you see InvalidKeyMapError, the key you passed in is invalid. If you see MissingKeyMapError, you have not passed your API key to jupyter-gmaps. Pass an API key by writing gmaps.configure(api_key="AI...")

I can see only this and I have no clue how to solve this, my API is generated and I believe its correct.

@jaimeh94
Copy link

I had the same problem, I solved it by activating this api: "Maps JavaScript API"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants