pub fn save_url<'a>(
client: &'a impl UserAuthClient,
arg: &'a SaveUrlArg,
) -> impl Future<Output = Result<SaveUrlResult, Error<SaveUrlError>>> + Send + 'a
Available on crate features
async_routes
and 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).