Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for uploading multiple fragments in parallel for upload session #10816

Closed
cyberduck opened this issue Sep 25, 2019 · 1 comment
Closed
Labels
enhancement onedrive OneDrive Protocol Implementation wontfix

Comments

@cyberduck
Copy link
Collaborator

@dkocher created the issue

@cyberduck
Copy link
Collaborator Author

@AliveDevil commented

The fragments of the file must be uploaded sequentially in order. Uploading fragments out of order will result in an error.
https://docs.microsoft.com/en-us/graph/api/driveitem-createuploadsession?view=graph-rest-1.0#upload-bytes-to-the-upload-session

Update:

Preliminary testing with some sort of parallel upload results in

status code: 416, reason phrase: Requested Range Not Satisfiable. The uploaded fragment is not contiguous with the last one.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement onedrive OneDrive Protocol Implementation wontfix
Projects
None yet
Development

No branches or pull requests

1 participant