Hello,
I am using a dropbox app to get users dropbox content with APIs. It works fine with user personal account.
But, when I can't find a way to get content of a team shared folder.
Here an example:

So with ListFolderAsync I can access and get all folders and files inside the first folder which is personal user's drive.
For the second one which is a team shred folder, I can't find a way to get folder content.
The TeamFolderListAsync call is returning this shared folder with its Id but nor the content.
Is there any way to retrieve this team shared content with .Net SDK ?
Thank You