gdrive.sh icon indicating copy to clipboard operation
gdrive.sh copied to clipboard

Could you please add feature of displaying overall download progress?

Open deerleo opened this issue 5 years ago • 1 comments

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.

deerleo avatar Jun 06 '19 06:06 deerleo

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.

Akianonymus avatar Oct 10 '19 13:10 Akianonymus