Hi, I have tried BOX Upload a file version post API. But am getting an 415 -Unsupported media type or 400 - API upload did not have a file part error.
Here what i have tried is in POST API am trying to upload new version of file using React JS (axios post)
METHOD : post
URL : https://upload.box.com/api/2.0/files//content
HEADERS: Authorization : 'Bearer ', content-type : 'multipart/form-data'
BODY: ‘attributes’:{‘name’:’filename.json’}, ‘file’:
