Batch copy operations (/files/copy_batch_v2).
Summary
Functions
Returns the status of an asynchronous job for copy_batch/4.
Copy multiple files or folders to different locations at once in the user's Dropbox.
Functions
Returns the status of an asynchronous job for copy_batch/4.
Example
Magpie.Files.CopyBatch.check(client, "")
More info at: https://www.dropbox.com/developers/documentation/http/documentation#files-copy_batch-check_v2
Copy multiple files or folders to different locations at once in the user's Dropbox.
Example
Magpie.Files.CopyBatch.copy_batch(client, "/Temp/", "/Tmp")
More info at: https://www.dropbox.com/developers/documentation/http/documentation#files-copy_batch_v2