We need to hopefully efficently upload about a single local file into about 3 - 4 locations on a users dropbox.
I am using the objective-c api, but this question is not api version specific.
What is the best way to do this?
There is a call that takes a dictionary of localFile paths and some fileCommitInfos, but there is a one to one mapping so I can't upload the same file to two or 3 different locations on a dropbox account.
So I am thinking I upload all the files to one of the locations, then do a bunch of copies from one dropboxPath to another dropboxPath, but it seems clumsy.
What I would like to do is do a batch of uploads, then commit each upload to multiple dropbox paths.