Function dropbox_sdk::files::alpha_upload [−][src]
pub fn alpha_upload(
client: &impl UserAuthClient,
arg: &CommitInfoWithProperties,
body: &[u8]
) -> Result<Result<FileMetadata, UploadErrorWithProperties>>
👎 Deprecated:
replaced by alpha_upload
This is supported on crate feature
dbx_files only.Create a new file with the contents provided in the request. Note that this endpoint is part of
the properties API alpha and is slightly different from upload(). Do not use this to
upload a file larger than 150 MB. Instead, create an upload session with
upload_session_start().