File Management Service
Files
Upload File
1min
POST
https://{base_url}/core/api/v1/file-manager/folders/{folderName}/files
Path Parameters
folderName
*
Header Parameters
X-COREOS-REQUEST-ID
*
X-COREOS-ACCESS
*
X-COREOS-USERINFO
X-COREOS-TID
*
X-COREOS-CALLBACK-SECRET
Body Parameters
body
Description
Upload File in a Folder.
JSON FILE: Request Body should not exceed request size of 375 KB.
MULTIPART FILE: File size should not exceed 2 MB.
JSON FILE: Request Body should not exceed request size of 375 KB.
MULTIPART FILE: File size should not exceed 2 MB.
file
*
description
tags
fileName
id
Responses
202
OK - The request accepted.
All Of
object +
data
request
400
Bad request - The server is unable to process the request due to something that is perceived to be a client error.
error
request
404
Not found - The server can not find the requested resource.
error
request
503
Server error - The server is not ready to handle the request. This could be due to maintenance downtime or system resource constraints.
error
request


Updated 26 Sep 2024
Did this page help you?