Generate signed URLs for multiple part file uploadCopy Pagepost https://example.com/file/v1/files/upload/parts/{id}Path ParamsiduuidrequiredBody ParamsfromPartint32required1 to 10000toPartint32required1 to 10000Responses 200The below table describes the response parameters: ParameterTypeDescriptionExamplenamestringmimeTypestringidstringA UUID formatted string3fa85f64-5717-4562-b3fc-2c963f66afa6partsintegerThe total number of parts currently requested for this multiple part file upload. More can be requested10signedUrlsarraysignedUrls[index]arraysignedUrls[index].signedUrlstringThe URL for which to send a PUT request with the file data as a binary stream, for the file part specified in partNumbersignedUrls[index].partNumberintegerThe part number for this URL5signedUrls[index].expirationTimestringThe expiration time for this URL, after which it is unusable. It is possible to request a new URL. A UTC date-time in the ISO-8601 format2007-12-20T10:15:30Z 400Code : FROM_PART_LARGER_THAN_TO_PART, Details: [fromPart, toPart] 401Code : TOKEN_NOT_VALID, Details: [] 403Code : FILE_IS_NOT_UNCOMPLETED_MULTIPLE_PART_UPLOAD, Details: [id] Code : ACCESS_DENIED, Details: [] 404Code : FILE_ID_NOT_FOUND, Details: [ids] 500Code : INTERNAL_SERVER_ERROR, Details: [] 504Code : GATEWAY_TIMEOUT, Details: []Updated 5 months ago