PyDrive icon indicating copy to clipboard operation
PyDrive copied to clipboard

How to access sub directory

Open OkenKhuman opened this issue 4 years ago • 0 comments

I can successfullay access root using

from pydrive.auth import GoogleAuth
from pydrive.drive import GoogleDrive
gauth = GoogleAuth()
gauth.LocalWebserverAuth()
drive = GoogleDrive(gauth)

but my doubt is 'How can I access the subdirectory and download/access a file inside it' ?

OkenKhuman avatar Dec 03 '20 11:12 OkenKhuman