I have a requirement where I created nested team folders and control the permissions for each of them through the DB API.
Through the UI, I can easily create a folder hierarchy /AAA/BBB/CCC/DDD and they appear in the UI all as "Team Folders" and control the permissions through the "Manage" feature. But through the API /team_folder/list I can only see information on the AAA folder, despite the sub folders being classed in the UI as "Team Folders".
Also, I cannot see in the API how I can create a Team Folder within another Team Folder - the /team_folder/create API doesn't seem to accept and parent_folder type of parameter.
I can see what I want to do is absolutely possible in Dropbox (Business), but cannot figure out how it can be performed through the APIs.
Are nested Team Folders not supported through the API?