Magpie.Files.CopyBatch (Magpie v0.1.0)

Copy Markdown View Source

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

check(client, async_job_id)

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_batch(client, from_path, to_path, autorename \\ false)

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