qiniu / objc-sdk

Qiniu Resource (Cloud) Storage Objective-C SDK for Mac/iOS
http://developer.qiniu.com
MIT License
435 stars 197 forks source link

PHAsset上传错误 #389

Closed KerwinCheung closed 3 years ago

KerwinCheung commented 3 years ago

设备机型:iPhone12 系统版本:14.4 编码语言:Swift SDK版本:8.2.1 putPHAsset函数报status: -4错误,Domain=NSCocoaErrorDomain Code=256 "未能打开该文件。" 请问这个有解决办法吗

YangSen-qn commented 3 years ago

设备机型:iPhone12 系统版本:14.4 编码语言:Swift SDK版本:8.2.1 putPHAsset函数报status: -4错误,Domain=NSCocoaErrorDomain Code=256 "未能打开该文件。" 请问这个有解决办法吗

@KerwinCheung 请使用工程里的 demo 测试下,是否有相同的问题,我们这边没有复现此问题

KerwinCheung commented 3 years ago

emmm 虽然这个函数调用失败 不过使用phasserresource这个倒是可以。。没什么影响多步操作。