wx.downloadFile下载视频,存在手机不同下载大小限制不同的问题

发布于 6 年前作者 taoduan4992 次浏览最后编辑 6 年前来自 issues

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”

2 回复
dfang
dfang1 楼6 年前
yan49
yan492 楼4 年前