Google Colab-ValueError: Mountpoint must be in a directory that exists
问题 I want to mount google drive on google Colab and I am using this command to mount the drive from google.colab import drive drive.mount('/content/drive/') but I am getting this error ValueError Traceback (most recent call last) <ipython-input-45-9667a744255b> in <module>() 1 from google.colab import drive ----> 2 drive.mount('content/drive/') /usr/local/lib/python3.6/dist-packages/google/colab/drive.py in mount(mountpoint, force_remount) 99 raise ValueError('Mountpoint must either be a