Duplicate Folder in Dropbox (API?)

In one of my scenarios I make a folder in Dropbox. A lot of files are then added to this folder manually, and at a later stage I need to duplicate this folder to a different directory in Dropbox. The website does not appear to have a “duplicate” option for Dropbox, and thus I feel like I am required to make an API call. Now, I am not at all experienced with API and thus I was hoping to get some help.

Please let me know if I should elaborate on something.

Hey @Marcel1
This is how your api module will look like:


Change the path dynamically by mapping data from previous dropbox step
API doc: Dropbox API Explorer

1 Like