Colab Mount Drive
from google.colab import drive
drive.mount('/content/drive')
#Optional: move to the desired location:
%cd drive/My Drive/DIRECTORY_IN_YOUR_DRIVE
Sasso
from google.colab import drive
drive.mount('/content/drive')
#Optional: move to the desired location:
%cd drive/My Drive/DIRECTORY_IN_YOUR_DRIVE
from google.colab import drive
drive.mount("/content/gdrive")
from google.colab import drive
drive.flush_and_unmount()
from google.colab import drive
drive.mount('/content/gdrive')