- Hi Team, i am trying to upload part of file in chunks using CURL - i -X PUT "https://upload.box.com/api/2.0/files/upload_sessions/F971964745A5CD0C001BBE4E58196BFD"
- I am getting the response below :
- { code: "request_size_mismatch"
- message: "Request body ended before we could read expected number of bytes: 33554432"
- request_id: "1ec295d84ce895a2c8afac9296086604" }
Also please explain to me how to set this below binary file in http header.
--data-binary @<FILE_NAME>
Thanks in Advance.
Rama
screenshot