ZenFS Cloud
    Preparing search index...

    Interface GoogleDriveOptions

    interface GoogleDriveOptions {
        cacheTTL?: number;
        drive: typeof drive;
    }

    Hierarchy

    • CloudFSOptions
      • GoogleDriveOptions
    Index

    Properties

    Properties

    cacheTTL?: number

    How long (in seconds) before a fetched file should be considered invalid

    3600 // 1 hour
    
    drive: typeof drive