@backblaze-labs/b2-mcp
    Preparing search index...

    Interface B2UploadPartUrl

    Legacy normalized B2 upload-part URL response.

    interface B2UploadPartUrl {
        authorizationToken: string;
        fileId: string;
        uploadUrl: string;
    }
    Index
    authorizationToken: string

    Authorization token scoped to the upload URL.

    fileId: string

    Native B2 file ID for the large-file upload.

    uploadUrl: string

    Native upload URL for the next part request.