Start 2025 on time and up to date. Seamlessly integrate your calendars into Dropbox with these simple steps.

Forum Discussion

BIMcollab's avatar
BIMcollab
Helpful | Level 5
6 years ago

Dropbox API .NET SDK Invite team to team folder

Hi, 

I am developing an app with the .NET SDk, and up untill recently I have used create_folder_v2 to create folder on the root - thus creating a team folder. However, I noticed that on a Business Dropbox account with the old team space and members configuration the folders that get created are private.

I am using TeamFolderCreateAsync() to create the team folder, but I can't seem to find a way to give access for the TeamFolder to the team. I have tried using AddFolderMember with the teamId, but I am getting an error saying that the dropboxId is invalid.

So my question is, is there a way to give access to a newly created team folder to an entire team? Also, will TeamFolderCreateAsync() work with newer Dropbox accounts that use the new team space and member configuration? 

Any help is appreciated greatly!