Learn how to make the most out of the Dropbox Community here 💙!
Forum Discussion
pacoq
5 years agoExplorer | Level 3
create team folder from a template/ duplicate team folder
hi, is possible use API for creating a team folder from a template or copy/duplicate team folder or convert shared folder to team folder?
thanks
- 5 years ago
Dropbox doesn't offer actual templating for files/folders, but you can use /2/files/copy_v2 to make copies of any file or folder.
Likewise, you can move items, e.g., from a shared folder to a team folder, or whatever you need, using /2/files/move_v2.
By the way, those are links to the documentation for the HTTPS endpoints themselves, but we recommend using one of the official SDKs if possible. Those have corresponding native methods for the HTTPS endpoints.
Greg-DB
Dropbox Staff
5 years agoDropbox doesn't offer actual templating for files/folders, but you can use /2/files/copy_v2 to make copies of any file or folder.
Likewise, you can move items, e.g., from a shared folder to a team folder, or whatever you need, using /2/files/move_v2.
By the way, those are links to the documentation for the HTTPS endpoints themselves, but we recommend using one of the official SDKs if possible. Those have corresponding native methods for the HTTPS endpoints.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,972 PostsLatest Activity: 2 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!