files.createFolder¶
Creates one or more folders
| Request | Response | Error | 
|---|---|---|
| BulkRequest<FilesCreateFolderRequestItem> | BulkResponse<LongRunningTask> | CommonErrorMessage | 
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 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 | 
|---|
| Creating a folder |