Complete a multipart upload process by combining all uploaded parts into the final file

Body Params

Request containing:

  • FileName: The name of the file being uploaded.
  • FilePath: The path where the completed file will be stored.
  • UploadId: Identifier from the InitiateMultipartUploadAsync call
  • ETags: Dictionary mapping part numbers to their ETags
  • FileSharedURIRequest: Optional settings to generate a shared access URI for the completed file
string | null
string | null
string | null
ETags
object | null
FileSharedURIRequest
object
Headers
string
enum
Defaults to application/json
Allowed:
Responses

400

Bad Request

403

Forbidden

404

Not Found

503

Service Temporarily Unavailable

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here! Or choose an example:
text/plain
application/json
text/json