All Products
Search
Document Center

Object Storage Service:0017-00000244

Last Updated:Jul 21, 2023

Problem description

The error is returned if the UploadId parameter does not exist during multipart upload.

Causes

The UploadId parameter is not specified or set to an invalid value for a multipart upload task.

Examples

****https://junchengtest.oss-cn-chengdu.aliyuncs.com/objecttest.txt?partNumber=2&uploadId=00358B75E5C546AF822369CE04A4****
Authorization:OSS LTAI5tKEDK5QxcL9g7uK****:XnkGagtbbpB1+KHolAdfiVl****=
Date:Wed, 08 Feb 2023 09:54:57 GMT

In this example, UploadId is set to an invalid value.

Sample error response:

<Error>
    <Code>NoSuchUpload</Code>
    <Message>The specified upload does not exist. The upload ID may be invalid, or the upload may have been aborted or completed.</Message>
    <RequestId>63E37239D9A902383982A9EC</RequestId>
    <HostId>junchengtest.oss-cn-chengdu.aliyuncs.com</HostId>
    <UploadId>00358B75E5C546AF822369CE04A48A14</UploadId>
</Error>

Solutions

Before you perform multipart upload, initialize a multipart upload event to generate a valid ID specified by UploadId, which is required for multipart upload. If the value of UploadId is invalid, initialize a multipart upload event again to generate a valid ID.

References