Start 2025 on time and up to date. Seamlessly integrate your calendars into Dropbox with these simple steps.

Forum Discussion

Coffeecat's avatar
Coffeecat
Helpful | Level 6
7 years ago

Alternative Async Await for DropboxClient.Files.DownloadAsync

I just started using the Dropbox API and so far I've manage to browse the files list through my code. Unfortunately, the DownloadAsync function provided by Dropbox's tutorial uses Async/Await, which ...