wx.downloadFile下载视频,存在手机不同下载大小限制不同的问题
var link=https://video.beibeibang.com.cn/B01SW614.mp4;
wxdownloadFile({
url link
filePath wxenvUSER_DATA_PATH fileName .mp4
successres=>{
console.log(res)
},fail:err=>{
consolelog(err.errorMsg)
}
})
官方文档说明wx.downloadFile单次下载为50M,但是在ios中,高于10M无法下载,在安卓中5-8M均不能下载
errMsg: “downloadFile:fail the maximum size of the file storage limit is exceeded”