I want to get a no of files in a folder, I need to download the files in the folder through a single link which describes the folder path , only through that link I want to download the files which ever I want...is it possible or not...
Moved to the API forum.
After you list the files in a folder, you can use the DownloadAsync method in the .NET SDK to download the specific files you want, as identified by their paths.
That returns the file content directly, but if you do need a link, you can instead use the GetTemporaryLinkAsync method.