@vectorize-io/vectorize-client
    Preparing search index...

    Interface GOOGLEDRIVEAuthConfig

    Authentication configuration for Google Drive (Service Account)

    GOOGLEDRIVEAuthConfig

    interface GOOGLEDRIVEAuthConfig {
        serviceAccountJson: string;
    }
    Index

    Properties

    serviceAccountJson: string

    Service Account JSON. Example: Enter the JSON key file for the service account

    GOOGLEDRIVEAuthConfig