aliyun / aliyun-oss-ios-sdk

iOS SDK for aliyun object storage service
Other
469 stars 321 forks source link

2.8.0的断点续传一直不成功 #227

Closed shijianmei closed 4 years ago

shijianmei commented 4 years ago

completeTask.error Error Domain=com.aliyun.oss.serverError Code=-400 "(null)" UserInfo={__name=Error, HostId=jm-abcbucket.oss-cn-beijing.aliyuncs.com, ETag=D41D8CD98F00B204E9800998ECF8427E, MinSizeAllowed=102400, Code=EntityTooSmall, RequestId=5E7081A4E8DFE8353542D81F, ProposedSize=0, UploadId=F253887651434899A7F6506CCBD621A3, PartNumber=1, Message=Your proposed upload smaller than the minimum allowed size.}:

shijianmei commented 4 years ago

改[NSURL urlStringWithString:]为:
resumableUpload.uploadingFileURL = [NSURL fileURLWithPath:fileRequest.uploadingFileURL];

then it is ok