Yen-Ta Lin
Yen-Ta Lin
Thank you for using the script! This script only finds the folder inside the “My Drive” and “Share” tabs in personal google drive, which means that unless you add the...
You don't need to add `folder_name` to your command. You just need `python download-2.py test`
Regarding to the unicode issue, I currently have no environment for python2 on ubuntu to test it out. I suggest using python3 because of its greater support for unicode. If...
You need to use python3.6 at least to support f string.
Please check out the latest commit and install the required dependencies (such as google_auth_oauthlib) and try if it works. Thanks!