Importing (upload alternative)
Upload a part of a multi part upload to a temp location using the upload id
Upload a part of a multi-part upload to a temporary location. Requires key, upload_id, part_no, mime_type, and optionally checksum.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The key of the file part
The upload ID of the multi-part upload
The part number of the file part
The MIME type of the file part
Payload containing checksum information.
Response
200 - application/json
Signed URL for the temp location
The signed URL for the temp location