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


Updated 31 Oct 2023
Did this page help you?