save_url

Function save_url 

Source
pub fn save_url(
    client: &impl UserAuthClient,
    arg: &SaveUrlArg,
) -> Result<SaveUrlResult, Error<SaveUrlError>>
Available 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 15 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).