Reputation: 52810
Google Colab provides no-devops Jupyter-notebook hosting, running on Google Drive but this works with most of my collegues but not on my account firing the API error such that
Notebook loading error
There was an error loading this notebook. Ensure that the file is accessible and try again.
https://drive.google.com/drive/?action=locate&id=...
The referrer https://...-apidata.googleusercontent.com/ does not match the referrer restrictions configured on your API key. Please use the API Console to update your key restrictions.
Error: The referrer https://...-apidata.googleusercontent.com/ does not match the referrer restrictions configured on your API key. Please use the API Console to update your key restrictions.
at za.program_ (https://colab.research.google.com/v2/external/external_polymer_binary.js?vrz=colab_
at Ba (https://colab.research.google.com/v2/external/external_polymer_binary.js?vrz=colab_
at za.next_ (https://colab.research.google.com/v2/external/external_polymer_binary.js?vrz=colab_
at Da.next (https://colab.research.google.com/v2/external/external_polymer_binary.js?vrz=colab_
at b (https://colab.research.google.com/v2/external/external_polymer_binary.js?vrz=colab_
How to resolve the Authentication API error occuring with Google Colab?
Upvotes: 1
Views: 2773
Reputation: 38579
Does the notebook load in an incognito window? A common cause of errors of this type is a conflict with one of your installed extensions.
Upvotes: 1