Hi I am using the below endpoints to upload files in the backend.
https://content.dropboxapi.com/2/files/upload_session/start
After getting the session id, I run all on the finish batch endpoint
https://api.dropboxapi.com/2/files/upload_session/finish_batch_v2
However why am I getting this error ?
"body": "{"entries": [{".tag": "failure", "failure": {".tag": "lookup_failed", "lookup_failed": {".tag": "incorrect_offset", "correct_offset": 14}}}]}",
I am using Nodejs. What does the body contents need to be in the start session? Is it just a url or binary data of the file ?
Any Help ?
Thank you.