I am working on Xamarin forms application and trying to use the REST API of dropbox to upload files in dropbox and hence for testing i tried to make a postman call to upload files into dropbox, it seems to work on the API explorer of dropbox but on the postman it fails even though i pass all the required parameter as explained in the API explorer.
I am not sure what i am doing incorrect here OR if this is a bug or something not sure
Please let me know if i can make calls via postman OR some issue with my header request.
Given is the error message i am getting
Error in call to API function "files/upload": Bad HTTP "Content-Type" header: "multipart/form-data; boundary=--------------------------387630636170231897718145". Expecting one of "application/octet-stream", "text/plain; charset=dropbox-cors-hack".
Postman error message