last day I used this command
import os
os.listdir('drive')
and get access
but today when i used the same command it generates error
FileNotFoundError Traceback (most recent call last) in () 1 import os ----> 2 os.listdir('drive')
FileNotFoundError: [Errno 2] No such file or directory: 'drive'