Got error when using Content Server rest api endpoint /v2/multipart

Options

I am trying to implement uploading large files with Content server(23.1) rest api end point "/v2/multipart", got message: 500 : {"error":"Multipart Upload is not enabled."}. I looked at Content Server Administration page, it seems nothing I can do there.

Could someone tell me how to enable it?

Thanks.

Tim Jian

Best Answer

  • Tim Jian
    #2 Answer ✓
    Options

    I found the answer myself. Here is the steps to enable Multipart Upload:

    1. login as a Admin user into Content Server then go to Administration page.
    2. Search for "Performance settings" and go into it.
    3. Scroll down to "Upload Large Files" section, check the checkbox of "Enable Managed Large File Uploads".

    That's it.

Answers

  • Tim Jian
    #3 Answer ✓
    Options

    I found the answer myself. Here is the steps to enable Multipart Upload:

    1. login as a Admin user into Content Server then go to Administration page.
    2. Search for "Performance settings" and go into it.
    3. Scroll down to "Upload Large Files" section, check the checkbox of "Enable Managed Large File Uploads".

    That's it.