Hey folks!
I use official dropbox package via C#
data = await fileMetadata.GetContentAsStringAsync();
It perfectly works on windows but recently on android it started throw following error:
Dropbox.Api.BadInputException: Error in call to API function "files/download": Bad HTTP "Content-Type" header: "application/x-www-form-urlencoded". Expecting one of "text/plain", "text/plain; charset=utf-8", "application/octet-stream", "application/octet-stream; charset=utf-8"
at Dropbox.Api.DropboxRequestHandler+<RequestJsonString>d__17.MoveNext ().
Could you please suggest what to do?