Skip to content
This repository has been archived by the owner on Jul 22, 2021. It is now read-only.

How to access sub directory #212

Open
OkenKhuman opened this issue Dec 3, 2020 · 0 comments
Open

How to access sub directory #212

OkenKhuman opened this issue Dec 3, 2020 · 0 comments

Comments

@OkenKhuman
Copy link

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' ?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant