Function dropbox_sdk::files::save_url [−][src]
pub fn save_url(
client: &impl UserAuthClient,
arg: &SaveUrlArg
) -> Result<Result<SaveUrlResult, SaveUrlError>>
This is supported on crate feature
dbx_files
only.Expand description
Save the data from a specified URL into a file in user’s Dropbox. Note that the transfer from the URL must complete within 5 minutes, or the operation will time out and the job will fail. If the given path already exists, the file will be renamed to avoid the conflict (e.g. myfile (1).txt).