pbugnion / gmaps

Google maps for Jupyter notebooks
https://jupyter-gmaps.readthedocs.io/en/stable/
Other
760 stars 147 forks source link

Something went wrong authenticating with Google Maps #340

Open divyankjain20 opened 4 years ago

divyankjain20 commented 4 years ago

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 commented 2 years ago

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