Hello,
I try to use ListFolderAsync() to get first experience with DropboxApi.
On Dropbox I generated my first app called "FirstTest12345" with permission type "App Folder". My first test should show me the content of some folder (e.g. root "" or manually generated others "/test"). When I try this, there is only a result when the folder is empty (Count=0). If theres is some content ListFolderAsync seems to run infinite time.
Here my code:
var list = await client.Files.ListFolderAsync("some path"); //e.g. "" or "/in"
Any help would be appreciated.
Thanks in advance.