You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.
Forum Discussion
Sensator
7 years agoExplorer | Level 4
Business Teams/Groups is this possible?
I'm trying to wrap my head around the documentation but it is quite confusing, so I would appreciate if someone who is stuck in to the API already and knows its limitations could answer.
Q: Is it possible to be able to add a member to a Group; then in that member's Dropbox accept the shares, make a new folder, and move the newly accepted shares into that newly created folder?
The python SDK is really not very clear, perhaps I should switch to Java or something.
Thanks.
It sounds like everything you're looking for is possible. One note though: if by "group" you do mean a Business team group, you don't need to explicitly accept that group in the account after it's added. You may be thinking of shared folders, which you do need to explicitly add.
So, to be specific:
- to add a team member to a group:
- to invite a member to a shared folder:
- to accept the shared folder in the recipient's account:
- to create a new (not shared) folder:
- to move files or folders:
Be sure to review the "Member file access" documentation for information on how to make user-level calls if you're using a Business app:
The following guides may also be helpful:
- https://www.dropbox.com/developers/reference/content-access-guide
- https://www.dropbox.com/developers/reference/namespace-guide
By the way, the SDKs are all built from the same spec, so they don't offer substantially different functionality.
- Greg-DBDropbox Staff
It sounds like everything you're looking for is possible. One note though: if by "group" you do mean a Business team group, you don't need to explicitly accept that group in the account after it's added. You may be thinking of shared folders, which you do need to explicitly add.
So, to be specific:
- to add a team member to a group:
- to invite a member to a shared folder:
- to accept the shared folder in the recipient's account:
- to create a new (not shared) folder:
- to move files or folders:
Be sure to review the "Member file access" documentation for information on how to make user-level calls if you're using a Business app:
The following guides may also be helpful:
- https://www.dropbox.com/developers/reference/content-access-guide
- https://www.dropbox.com/developers/reference/namespace-guide
By the way, the SDKs are all built from the same spec, so they don't offer substantially different functionality.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,919 PostsLatest Activity: 23 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!