The Google Colab is becoming more and more popular in Data Science community. Working with Colab Jupyter notebooks, you are able to mount your Google Drive, so that to be able to get data from it directly. Let’s see how we can do it. You should open you notebook and to type the following commands:
from google.colab import drive drive.mount('/content/gdrive')
It will send you a link to authorize your Google Drive by entering a token and you are done. Then you will see a folder called gdrive
under your files:
Now, if you want to get the exact path of the file, you can just right click and choose, Copy path
which usually starts with /content/gdrive/MyDrive/