收藏
回答

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

框架类型 问题类型 API/组件名称 终端类型 微信版本 基础库版本
小程序 Bug wx.downloadFile 微信iOS客户端 7.0.8 2.9.4

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 个回答

登录 后发表内容
问题标签