Proton Drive CLI API Documentation - v0.1.2
    Preparing search index...

    Interface BridgeRequest

    Bridge request payload from stdin

    interface BridgeRequest {
        appVersion?: string;
        credentialProvider?: string;
        dataPassword?: string;
        folder?: string;
        oid?: string;
        oids?: string[];
        outputPath?: string;
        password?: string;
        path?: string;
        secondFactorCode?: string;
        storageBase?: string;
        username?: string;
    }
    Index

    Properties

    appVersion?: string
    credentialProvider?: string

    When set to 'git-credential', the bridge resolves credentials itself via git credential fill

    dataPassword?: string
    folder?: string
    oid?: string
    oids?: string[]

    Array of OIDs for batch operations (batch-exists, batch-delete)

    outputPath?: string
    password?: string
    path?: string
    secondFactorCode?: string
    storageBase?: string
    username?: string