files.createUpload

API: Stable Auth: Users

Creates an upload session between the user and the provider

Request Response Error
BulkRequest<FilesCreateUploadRequestItem> BulkResponse<FilesCreateUploadResponseItem> CommonErrorMessage

The returned endpoint will accept an upload from the user which will create a file at a location specified in this request.

Errors:

Status Code Description
404 Not Found Either the oldPath or newPath exists or you lack permissions
403 Forbidden You lack permissions to perform this operation

Examples:

Example
Uploading a file with the chunked protocol