Vana SDK - v3.5.0
    Preparing search index...

    Class DropboxStorage

    Dropbox Storage Provider

    Implements the storage interface for Dropbox. Requires OAuth2 authentication.

    Implements

    Index

    Methods

    • Upload a file to the storage provider

      Parameters

      • file: Blob

        The file to upload

      • Optionalfilename: string

        Optional custom filename

      Returns Promise<StorageUploadResult>

      Promise with storage URL and metadata

    • List files from the storage provider

      Parameters

      • Optionaloptions: StorageListOptions

        Optional filtering and pagination

      Returns Promise<StorageFile[]>

      Promise with file list