I'm trying to integrate with Dropbox Teams... The integration works fine... I can read/write to Team Folders. And write/read those team folders with Dropbox-API-Path-Root and a namespace of that team folder. But I just got another requirement.
The new requirement is actually not to use Team Administrator credentials... Which basically prevents me from using Dropbox Business Endpoints API at all.
In Dropbox business - when I use normal user integration with User Endpoints API all file operations happens in their team member (Purple) folder that normally in Dropbox is named as their Firstname/lastname.
So if a user in their Dropbox account has a folder structure like:
/John Doe/ (their team member folder)
/Team Folder1/
/Team Folder2/
And when I actually integrate with normal user API - Once writting/reading anything in their root folder "/" - I'm actually writting in their "/John Doe/" folder.
Question is: With this kind of API integration - can I write/read to Team folders that this user has access to somehow?