I am having difficulty uploading a file to any shared folders that I currently has access to (and I can see my access via .Sharing.ListFoldersAsync()). Regardless of how I change the path in Files.UploadAsync(), the file will always go to a member's personal/root folder, not our shared folder.
Is there a way to upload files to a shared folder or is that not an available function in the api at this time?
The app is based on the SimpleTest app (v2) that is available under Dropbox for .NET Developers page.
Access Type:
- "Full Dropbox" listed under the Connected apps page.
- "Team member file access" under the Team apps page.