files.createFolder

UCloud Developer Guide / Orchestration of Resources / Storage / Files

files.createFolder

Creates one or more folders

This folder will automatically create parent directories if needed. This request may fail half-way through and leave the file-system in an inconsistent state. It is up to the user to clean this up.

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