Skip to main content
Call this API to get the upload information for each part of a file after it has been split.

API call description

Follow these steps to call the API: Step 1: Call the Initialize a multipart upload object API to get the upload identifier uploadKey. Step 2: Call this API to get the upload information for each part of the file. Step 3: Upload each part in a loop. Step 4: Use the uploadKey obtained in Step 1 to call the Commit file API to complete the upload. For a complete example, refer to the following:

Request

Basic information

Request header

Query parameters

Request body

Request example

HTTP
Java
Python
PHP
Go
Node.js
C#

Response

Response body

Response body example

Error codes

If the API call returns an error, look up the solution in the Global error codes document based on the error message.