Hey Everyone,
I am using Dropbox.Api (Nuget) and can access my Account info (Name, Email Root Space Id) via Generated Access Token
However when I do a simple
var list = await dbx.Files.ListFolderAsync(string.Empty);
It returns no items though I have many folders and subfolders in my account.
I have a Dropbox Plus Personal account and have checked all the permissions in App Console.
Any ideas?
Thanks Brandon