ISPO SDK
    Preparing search index...

    Interface ExternalReadBinaryResult

    Markdown

    Bytes borrowed out of someone else's folder. You get an opaque assets://asset_... read handle, never a path — the same contract as blobs.put and shared.put (spec §19).

    interface ExternalReadBinaryResult {
        mimeType: string;
        name: string;
        ref: string;
        size: number;
        url: string;
    }
    Index
    mimeType: string
    name: string
    ref: string
    size: number
    url: string

    Same value as ref; usable directly in <img src> / fetch().