Action for creating a directory in a storage provider.

Example

await runAction({
ActionName: 'Create Storage Directory',
Params: [{
Name: 'StorageProvider',
Value: 'Google Drive'
}, {
Name: 'DirectoryPath',
Value: 'projects/2025/'
}]
});

Hierarchy (view full)

Constructors

Methods