I want to run the command:
from google.colab import auth
But I am getting this error:
ModuleNotFoundError: No module nam
AFAIK, you can execute the module 'google.colab' from within the notebook environment of colab.research.google.com (it is not a publicly available package)
OFF-TOPIC:
Looking at the tag conda
in your question. I assume that you are running the code from your local machine. Please make use of PyDrive to read from google drive on your local machine.
References: