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

Forum Discussion

anonymous's avatar
anonymous
6 years ago
Solved

Issue with ListFolderAsync() ,windows form appliocation c# Dropbox api

Hello, I'm using ListFolderAsync() to fetch all files from particular folder of DropBox. code : var list = await dbx.Files.ListFolderAsync(folderPath, true); So,i am getting all path of files w...
  • Здравко's avatar
    6 years ago

    Hi anonymous,

    :grinning: When you make a call to a native OS API, are you receiving results ordered somehow? :wink: Every application arranges the result in a target sequence or use some library to achieve this.

    Hope this helps to some extent.