Hi @anna,
Do you want to split file when uploading to sharepoint using resumable sessions?
Here is a test for your reference:
Use uploadUrl to creaete new put request
Check this file size:
In the body, choose the file. ThenAdd two headers Content-Length and Content-Range for the request.
Content-Length : {fileSize in bytes}
Content-Range: bytes 0-{fileSize-1}/{fileSize}
Here is test result:
The problem in this thread is similar to yours, you could refer to this thread(The path in this should also solve your doubts yesterday):
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
Best Regards
Cheng Feng