Updated on 2026-07-27 GMT+08:00

NoSuchUpload

The specified upload does not exist. The upload ID may be invalid, or the upload may have been aborted or completed

Error description

The specified multipart upload task is not found when parts are uploaded, copied, listed, or merged.

Error cause

Cause 1: The multipart upload task ID (Upload ID) included in the request is invalid.

Cause 2: The multipart upload has been aborted or completed.

Handling suggestion

  • For cause 1:

    Check that the task ID provided in the request is the same as the actual task ID and contains no extra, missing, or incorrect characters. You can call Listing Initiated Multipart Uploads in a Bucket to obtain the IDs of all ongoing multipart upload tasks. Then, resend the request with the correct ID.

  • For cause 2:

    You can call Listing Initiated Multipart Uploads in a Bucket to list the IDs of all ongoing tasks. If the ID returned in the error information is not included, the multipart upload task you requested has been aborted or completed. To continue the upload, call Initiating a Multipart Upload to obtain a new task ID and upload parts with the new ID.