百度智能小程序 下載云存儲文件

2020-09-05 14:59 更新

cloud.downloadFile

下載云存儲文件

參數(shù)

名稱 類型 必須 說明
option Object
option.fileID String 文件 ID

返回值 Promise

resolve 參數(shù):

名稱 類型 說明
requestID String 請求 ID
fileContent buffer 文件內(nèi)容

reject 參數(shù):

名稱 類型 說明
code String 錯(cuò)誤碼
message String 錯(cuò)誤信息

代碼示例

const cloud = require('swan-server-sdk')

exports.main = async (event, context) => {
  cloud.init(context)

  const res = await cloud.downloadFile({
    fileID: 'file-id-01',
  })
  return res.fileContent
}


以上內(nèi)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號