I have two users say Bob and Alice already authorized with my application MyApp. It is possible for me to download the file from Bob to my server and upload the file to Alice. Is there any way to directly send the file from Bob to Alice without the need for downloading and uploading the file at server and without folder sharing? The result is that the same file should appear with both user’s folder and these should exist as two different entities. I am using SpringSocial .net package for dropbox services.
Share
This functionality is provided by the “copy reference” feature of the Dropbox API:
https://www.dropbox.com/developers/blog/16
Documentation:
https://www.dropbox.com/developers/reference/api#copy_ref
https://www.dropbox.com/developers/reference/api#fileops-copy