mount google drve google colab code example
Example 1: unmount google drive colab
from google.colab import drive
drive.flush_and_unmount()
Example 2: google colab upload a file
from google.colab import files
files.upload()
from google.colab import drive
drive.flush_and_unmount()
from google.colab import files
files.upload()