Hi guys!
I'm trying to write code to create a program that will download and upload files and folders from/to Dropbox automatically.
When I need to download a single file there's no problem using X.files.downloadAsync("path", await X.GetContentAsByteArrayAsync), but when I need to download an entire folder I don't know how to do it, I can't use the same instruction...
Someone know how to solve this issue?