One month down in 2025: How are your resolutions coming along? Check out how to get back on track here.
Forum Discussion
cloudally_dev
8 years agoExplorer | Level 3
Share folder to team via Java SDK
Hi!
Please, I can't find out information about how to share a folder or a file to the team. I found how to share to users only, like this:
client.sharing().addFolderMember(...)
- Greg-DB
Dropbox Staff
The addFolderMember members parameter takes a list of AddMember. The MemberSelector in each AddMember can be specified by email or Dropbox ID. Using MemberSelector.dropboxId you can pass in a group ID, e.g., for the team group to share with the team.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,941 PostsLatest Activity: 5 days ago
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!