云存储wx.cloud.downloadFile报错
发布于 6 年前 作者 tao23 1604 次浏览 来自 问答
  • 当前 Bug 的表现(可附上截图)
  • 预期表现
  • 复现路径
  • 提供一个最简复现 Demo

wx.cloud.downloadFile({

fileID: ‘cloud://19c9-hfsc-180911-7ff2b6/goods.jpg’

}).then(res => {

// get temp file path

console.log(res.tempFilePath)

}).catch(error => {

console.error(error)

// handle error

})

1 回复

感谢反馈,我们会在下版修复

回到顶部