1***@qq.com
1***@qq.com
  • 发布:2023-04-17 10:09
  • 更新:2024-05-16 21:17
  • 阅读:682

IOS uni.saveImageToPhotosAlbum 保存报3302错误

分类:uni-app

安卓可以正常保存,IOS一直报{ errMsg":"saveImageToPhotosAlbum:fail [Gallery:3302]未能完成操作。(PHPhotosErrorDomain错误3302。}

uni.downloadFile({
url: ${this.uploadPrefix}${poster.poster},
success: (res) => {
console.log('res:',res,${this.uploadPrefix}${poster.poster});
if (res.statusCode === 200) {
uni.saveImageToPhotosAlbum({
filePath: res.tempFilePath,
success: function () {
uni.showToast({
icon: 'success',
title: '保存成功!'
})
},
fail(err) {
console.log('err: ', JSON.stringify(err));
uni.showToast({
icon: 'none',
title: 保存失败: ${JSON.stringify(err)}
})
}
});
}
}
});

2023-04-17 10:09 负责人:无 分享
已邀请:
FullStack

FullStack - 【插件开发】【专治疑难杂症】【ios上架、马甲包、白包、过审、已成功上架过几百个】【多款插件已上架:https://ext.dcloud.net.cn/publisher?id=22130】【非诚勿扰】QQ:543610866

你是保存图片 还是 视频?

文件发出来

  • 1***@qq.com (作者)

    保存图片走了七牛的地址 https://img-bjx-dancing-finger.8-star.cn/P8D1Vy5KdfacjoAAAAASUVORK5CYII=

    IOS一直报错安卓可以正常保存

    2023-04-17 14:11

  • FullStack

    回复 1***@qq.com: 你这图片,没有后缀

    2023-04-17 14:53

1***@qq.com

1***@qq.com

老哥,解决了吗

要回复问题请先登录注册