nb.ipynb
from google.colab import drive

drive.mount('/content/drive')
nb.ipynb
import os

os.listdir("/content/drive/MyDrive")