gsheets-db.js - v1.0.3
    Preparing search index...

    Interface ConnectionCredentials

    Credentials for the Google Cloud Service Account.

    interface ConnectionCredentials {
        clientEmail: string;
        privateKey: string;
    }
    Index

    Properties

    clientEmail: string

    The service account client email. The spreadsheet must be shared to this email with "Edit" permission!

    privateKey: string

    The service account private key.