cloud189-sdkcloud189-sdk
  • 介绍
  • 快速上手
  • 更新日志
API
GitHub
  • 介绍
  • 快速上手
  • 更新日志
API
GitHub

Home > cloud189-sdk-docs > CloudClient > getFileDownloadUrl

CloudClient.getFileDownloadUrl() method

获取文件下载路径

Signature:

getFileDownloadUrl(params: {
        fileId: string;
        familyId?: string;
    }): import("got/dist/source").CancelableRequest<{
        fileDownloadUrl: string;
    }>;

Parameters

Parameter

Type

Description

params

{ fileId: string; familyId?: string; }

文件参数

**Returns:**

import("got/dist/source").CancelableRequest<{ fileDownloadUrl: string; }>

Edit this page