Dropbox.net get user favorite folder content

63 Views Asked by At

I need to know if its possible to list folders and files in "Starred" section of Dropbox? I've tried to get the path "/starred", "starred", "/starred/" or "starred/", but I get an exception that the path is invalid.

ListFolderResult listOfFolderItems = await dropboxClient.Files.ListFolderAsync("/starred");
1

There are 1 best solutions below

1
Greg On BEST ANSWER

The Dropbox API unfortunately doesn't offer the ability to get starred files, but I'll pass this along as a feature request. I can't promise if or when that might be implemented though.