问题模块 | 框架类型 | 问题类型 | 终端类型 | AppID | 基础库版本 |
---|---|---|---|---|---|
云开发 | 小程序 | 需求 | 工具 | 号:wxeedbc40c661c0efe | 2.4.2 |
这是云开发上传文件的API:
wx.cloud.uploadFile({ cloudPath: 'example.png', filePath: '', // 文件路径}).then(res => { // get resource ID
console.log(res.fileID)
}).catch(error => { // handle error})
调用成功后,所有的文件都被放在里云储存的根目录,如图下面3个图片文件 :
我现在想通过 wx.cloud.uploadFile() 把文件上传到我指定的目录,请问该怎操作? 如果所有文件都放在根目录,
后期将难以管理,谢谢赐教!
网友回复
半寸灰:
cloudPath: 'xx文件夹/example.png'