Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

drive.download_folder('folder_id') is not working! #19

Open
Sami-AlEsh opened this issue Aug 11, 2021 · 1 comment
Open

drive.download_folder('folder_id') is not working! #19

Sami-AlEsh opened this issue Aug 11, 2021 · 1 comment

Comments

@Sami-AlEsh
Copy link


ModuleNotFoundError Traceback (most recent call last)
in ()
----> 1 drive.download_folder('#####################')

/usr/local/lib/python3.7/dist-packages/kora/drive.py in download_folder(folder_id)
60 urlretrieve(url, path)
61 # recursive download
---> 62 import download
63 download.download_folder(service, folder_id, './', folder_name)
64 return folder_name

ModuleNotFoundError: No module named 'download'


@xycyx
Copy link

xycyx commented Jun 8, 2022

Looks like the python 3.7 path issue has not been fixed yet.
#15

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

No branches or pull requests

2 participants