Generate signed URLs for multiple part file upload

Generate signed URLs for multiple part file upload

This API returns the same response as createMultiplePartUploadFileUrl API, but it does so for existing multiple part file uploads.
It creates new signed urls and can be used in a situation where the signed urls have expired.
It can also create signed urls for new parts not originally requested.
It will return signedUrls only for parts in the requested range.
May only be used on uncompleted multiple part uploads.

Request Body Parameters:

ParameterTypeMandatoryDescriptionExample
fromPartintegertrueThe part number to generate from, inclusive5
toPartintegertrueThe part number to generate to, inclusive10

Path Parameters:

ParameterTypeMandatoryDescriptionExample
idstringtrueFile ID3fa85f64-5717-4562-b3fc-2c963f66afa6

This API requires PROTECTED_API permission(s).

Language
Authorization
Bearer
JWT
Click Try It! to start a request and see the response here!