[−][src]Function dropbox_sdk::files::alpha_upload
pub fn alpha_upload(
client: &dyn HttpClient,
arg: &CommitInfoWithProperties,
body: &[u8]
) -> Result<Result<FileMetadata, UploadErrorWithProperties>>
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()
.