ElixirDropbox v0.0.8 ElixirDropbox.Files.CopyBatch

Link to this section Summary

Functions

Copy multiple files or folders to different locations at once in the user’s Dropbox

Copy multiple files or folders to different locations at once in the user’s Dropbox

Link to this section Functions

Link to this function check(client, async_job_id)

Copy multiple files or folders to different locations at once in the user’s Dropbox.

Example

ElixirDropbox.Files.CopyBatch.check(client, “”)

More info at: https://www.dropbox.com/developers/documentation/http/documentation#files-copy_batch

Link to this function copy_batch(client, from_path, to_path, allow_shared_folder \\ false, autorename \\ false, allow_ownership_transfer \\ false)

Copy multiple files or folders to different locations at once in the user’s Dropbox.

Example

ElixirDropbox.Files.CopyBatch.copy_batch(client, “/Temp/“, “/Tmp”)

More info at: https://www.dropbox.com/developers/documentation/http/documentation#files-copy_batch