Gdrive: How to resume download?

Created on 26 Nov 2018  路  4Comments  路  Source: prasmussen/gdrive

I found gdrive download <id> will start from scratch, is there a way to resume the download?

enhancement

Most helpful comment

This should be implemented as a resumable download feature. Seems like it can be done withRange header in the API. I'll look into it

All 4 comments

@skyuuka did you find a solution ? am in the same boat.

This should be implemented as a resumable download feature. Seems like it can be done withRange header in the API. I'll look into it

Any update on this feature? :)

I run in this problem too, and for the people that can't wait for the feature, and can leave the download running during the night, you can try this workaround:

$ while true; do gdrive download MY_ID && break; done
Downloading MY_FILE.tgz -> MY_FILE.tgz
Failed saving file: stream error: stream ID 3; INTERNAL_ERROR
Downloading MY_FILE.tgz -> MY_FILE.tgz
Failed saving file: stream error: stream ID 3; INTERNAL_ERROR
Downloading MY_FILE.tgz -> MY_FILE.tgz
Failed saving file: stream error: stream ID 3; INTERNAL_ERROR
Downloading MY_FILE.tgz -> MY_FILE.tgz
Failed saving file: stream error: stream ID 3; INTERNAL_ERROR
Downloading MY_FILE.tgz -> MY_FILE.tgz
Failed saving file: stream error: stream ID 3; INTERNAL_ERROR
Downloading MY_FILE.tgz -> MY_FILE.tgz
Failed saving file: stream error: stream ID 3; INTERNAL_ERROR
Downloading MY_FILE.tgz -> MY_FILE.tgz
Failed saving file: stream error: stream ID 3; INTERNAL_ERROR
Downloading MY_FILE.tgz -> MY_FILE.tgz
Failed saving file: stream error: stream ID 3; INTERNAL_ERROR
Downloading MY_FILE.tgz -> MY_FILE.tgz
Failed saving file: stream error: stream ID 3; INTERNAL_ERROR
Downloading MY_FILE.tgz -> MY_FILE.tgz
Failed saving file: stream error: stream ID 3; INTERNAL_ERROR
Downloading MY_FILE.tgz -> MY_FILE.tgz
Failed saving file: stream error: stream ID 3; INTERNAL_ERROR
Downloading MY_FILE.tgz -> MY_FILE.tgz
Failed saving file: stream error: stream ID 3; INTERNAL_ERROR
Downloading MY_FILE.tgz -> MY_FILE.tgz
Failed saving file: stream error: stream ID 3; INTERNAL_ERROR
Downloading MY_FILE.tgz -> MY_FILE.tgz
Failed saving file: stream error: stream ID 3; INTERNAL_ERROR
Downloading MY_FILE.tgz -> MY_FILE.tgz
Failed saving file: stream error: stream ID 3; INTERNAL_ERROR
Downloading MY_FILE.tgz -> MY_FILE.tgz
Failed saving file: stream error: stream ID 3; INTERNAL_ERROR
Downloading MY_FILE.tgz -> MY_FILE.tgz
Failed saving file: stream error: stream ID 3; INTERNAL_ERROR
Downloading MY_FILE.tgz -> MY_FILE.tgz
Downloaded MY_ID at 11.0 MB/s, total 11.8 GB

cheers!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

uzvermode picture uzvermode  路  3Comments

loctong picture loctong  路  4Comments

4getit picture 4getit  路  4Comments

cod3r-dev picture cod3r-dev  路  7Comments

msnoon picture msnoon  路  6Comments