@squidcloud/client
    Preparing search index...

    Interface GetDownloadUrlRequest

    Represents a request to generate a temporary download URL for a file.

    interface GetDownloadUrlRequest {
        filePathInBucket: string;
        integrationId: string;
        urlExpirationInSeconds?: number;
    }
    Index

    Properties

    filePathInBucket: string

    The path of the file within the bucket.

    integrationId: string

    The ID of the integration where the file is stored.

    urlExpirationInSeconds?: number

    Optional expiration time in seconds for the generated URL.