onedrive-d-old icon indicating copy to clipboard operation
onedrive-d-old copied to clipboard

Partial Downloads not resumed if interrupted

Open jameswalmsley opened this issue 9 years ago • 1 comments

Awesome project, I now have this running on an ARM based Readynas 204.

I noticed that I killed the daemon halfway through a few images downloading, and I can see that those files are only partially written (atleast only half the image is there, the rest is grey).

Is there some kind of checksum mechanism in one drive to prove that the file really is completely downloaded.

Thanks for a great project.

jameswalmsley avatar Apr 15 '15 20:04 jameswalmsley

The Live API used in onedrive-d does not provide any hashing. All we can do is to guess what happened based on timestamps and file sizes.

Resuming locally disrupted task is a nice idea. I will definitely think about how to implement it.

Sent from my Windows Phone


From: James Walmsleymailto:[email protected] Sent: ‎4/‎15/‎2015 4:47 PM To: xybu/onedrive-dmailto:[email protected] Subject: [onedrive-d] Partial Downloads not resumed if interrupted (#154)

Awesome project, I now have this running on an ARM based Readynas 204.

I noticed that I killed the daemon halfway through a few images downloading, and I can see that those files are only partially written (atleast only half the image is there, the rest is grey).

Is there some kind of checksum mechanism in one drive to prove that the file really is completely downloaded.

Thanks for a great project.


Reply to this email directly or view it on GitHub: https://github.com/xybu/onedrive-d/issues/154

xybu avatar Apr 15 '15 22:04 xybu