Skip to content
New issue

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

v2.9.9 安卓断点续传 上传失败 #321

Open
h4h4da2 opened this issue Dec 9, 2021 · 1 comment
Open

v2.9.9 安卓断点续传 上传失败 #321

h4h4da2 opened this issue Dec 9, 2021 · 1 comment

Comments

@h4h4da2
Copy link

h4h4da2 commented Dec 9, 2021

错误日志: com.alibaba.sdk.android.oss.ClientException: [ErrorMessage]: current part size 362239 setting is inconsistent with PartSize : 362106 or lastPartSize : 133
`

    val request = ResumableUploadRequest(
        bucketName, objectName, filePath, recordDirectory
    )
    request.progressCallback = progressCallback

    request.setDeleteUploadOnCancelling(false)

    oss.asyncResumableUpload(request, cb)

`

@wushuai1415
Copy link
Contributor

售后的同学已经回复您了吧,暂时将partSize设置为小于5000片的大小,这个问题下个版本修复

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants