Action for checking if a file object exists in a storage provider.

Example

await runAction({
ActionName: 'Check Storage Object Exists',
Params: [{
Name: 'StorageProvider',
Value: 'Google Drive'
}, {
Name: 'ObjectName',
Value: 'reports/monthly.xlsx'
}]
});

Hierarchy (view full)

Constructors

Methods