files.createUpload

UCloud Developer Guide / Orchestration of Resources / Storage / Files

files.createUpload

Creates an upload session between the user and the provider

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

Errors:

Status CodeDescription

404 Not Found

Either the oldPath or newPath exists or you lack permissions

403 Forbidden

You lack permissions to perform this operation

Examples:

Last updated