We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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'
The text was updated successfully, but these errors were encountered:
Looks like the python 3.7 path issue has not been fixed yet. #15
Sorry, something went wrong.
No branches or pull requests
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'
The text was updated successfully, but these errors were encountered: