We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OSSPutObjectRequest *put = [OSSPutObjectRequest new]; put.bucketName = tokenModel.bucketName; put.objectKey = hashmodel.objectName; put.uploadingData = obj.fileData; OSSTask *putTask = [self.client putObject:put]; [putTask continueWithBlock:^id(OSSTask *task) { error.localizedDescription = "未能找到使用指定主机名的服务器" }]
上传图片文件时,使用上述APi遇到报错,有遇到过吗,有什么已知处理方案吗?
The text was updated successfully, but these errors were encountered:
使用 2.10.20 遇到同样问题,回退到 2.10.8 没有问题
Sorry, something went wrong.
麻烦发下完整的错误
No branches or pull requests
上传图片文件时,使用上述APi遇到报错,有遇到过吗,有什么已知处理方案吗?
The text was updated successfully, but these errors were encountered: