Python Mounting Your Google Drive in Google Colab Go to https://colab.research.google.com/ Create a new notebook (I have mine saved in Drive)Create a code cell and run the following code:from google.colab import drive drive.mount('/content/drive') You will be asked to give Colab permission