getBlobURL
Given a primkey, field and file name, returns the pathname that can be used to download the content of the field as a file.
API
getBlobURL(primKey: string, field: string, fileName: string, type?: "download" | "view"): string;Last updated
Was this helpful?