Hey!
My program gets stucked on any dbx.Files method, for example:
var x = await dbx.Files.DownloadAsync(folder + "/" + file);
File is very small, 5 bytes, but it gets stuck anyways.
On upload it gets stuck as well, but data get's uploaded, I found uploaded file using dropbox web browser. What problem it can be?