gdrive.sh
gdrive.sh copied to clipboard
Could you please add feature of displaying overall download progress?
It will take a long time to download large files inside a folder. Right now, it seems that this script is just showing single file download progress and there's no filename on the progress output. Hard to know each file's status. It's hard to know overall progress of downloading a folder.
It's showing single file status because it's downloading a single file, not individual files.
Folders aren't directly downloaded from google servers, first script send a request, then the server makes a zip of the requested folder and then we download the zip.
So, knowing each file status while downloading is not possible.
and the progress that can be shown is the overall progress only.