You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.
Unfortunately it isn't obvious how to do this given the Drive APIs. (But maybe it can be possible with some creative thinking...)
The issue is that, given a partially downloaded file, we need to be able to figure out if the bytes in the file so far match the starting bytes of the file on Drive. Drive will happily give us the MD5 checksum of the whole file, which doesn't help, or will give us the last modification time of the file, which might help: we'd need to store the Drive-side modification time of the file locally when we start a download and then compare that to the Drive-side modification time before trying to resume a partial download.
In turn, it's not obvious where best to store that information locally: perhaps a temporary directory. (But then there's the issue that it's important to be sure to clean up those files eventually as well..)
Please implement the possibility to resume a download.
The text was updated successfully, but these errors were encountered: