Action for generating a pre-authenticated download URL for a file.

Example

await runAction({
ActionName: 'Get Storage Download URL',
Params: [{
Name: 'StorageProvider',
Value: 'Azure Blob Storage'
}, {
Name: 'ObjectName',
Value: 'documents/contract.pdf'
}]
});

Hierarchy (view full)

Constructors

Methods