Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

How to resume download? #411

Open
skyuuka opened this issue Nov 26, 2018 · 4 comments
Open

How to resume download? #411

skyuuka opened this issue Nov 26, 2018 · 4 comments
Labels
enhancement New feature or request

Comments

@skyuuka
Copy link

skyuuka commented Nov 26, 2018

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

@steven7mwesigwa
Copy link

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

@mbenlioglu
Copy link
Contributor

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

@mbenlioglu mbenlioglu added the enhancement New feature or request label Mar 11, 2019
@skrish13
Copy link

Any update on this feature? :)

@rodfersou
Copy link

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!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants