Skip to content
This repository has been archived by the owner on Oct 10, 2022. It is now read-only.

Verify Upload by Downloading and Comparing Hashes in Parallel with Uploading #45

Closed
DavidBerdik opened this issue Oct 26, 2020 · 1 comment
Labels
enhancement New feature or request project cancellation closure Denotes issues closed as part of InfiniDrive project cancellation

Comments

@DavidBerdik
Copy link
Owner

To ensure the integrity of uploads, we should add support for downloading newly-uploaded fragments in parallel. This way, we can catch any corruption before it occurs. Our current approach for error detection and correction, while superior to earlier versions of the program, is still imperfect. This would require redownloading an entire upload in the background, which is of course slow and not ideal, but it is unfortunately the only way we can truly be sure that the Drive API has not corrupted it.

@DavidBerdik DavidBerdik added the enhancement New feature or request label Oct 26, 2020
@DavidBerdik DavidBerdik added the project cancellation closure Denotes issues closed as part of InfiniDrive project cancellation label Nov 12, 2020
@DavidBerdik
Copy link
Owner Author

Due to upcoming changes to Google Drive's storage quota rules resulting in the end of InfiniDrive development, this issue has been closed without completion.

More information on the changes is available at: https://support.google.com/docs/answer/9312312?hl=en#:~:text=After%20June%201%2C%202021&text=Files%20created%20or%20edited%20in,not%20count%20against%20your%20quota.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request project cancellation closure Denotes issues closed as part of InfiniDrive project cancellation
Projects
None yet
Development

No branches or pull requests

1 participant