Member Junction
    Preparing search index...

    Action for listing objects (files and directories) in a storage account path.

    Uses the enterprise credential model where storage accounts are configured with credentials managed at the organization level.

    await runAction({
    ActionName: 'File Storage: List Objects',
    Params: [{
    Name: 'StorageAccount',
    Value: 'My Google Drive'
    }, {
    Name: 'Path',
    Value: 'documents/'
    }, {
    Name: 'Delimiter',
    Value: '/'
    }]
    });

    Hierarchy (View Summary)

    Index

    Constructors

    Methods