Upload a File in a Folder

  • Updated

 

Upload a file to a folder

POST

/cloud/uploadFile

 

 

 

 

 

 

 

Implementation Notes

 

 

 

 

Upload a file to a specific folder. 

 

 

 

 

 

Parameters

 

 

 

 

Parameter

 

Description

Parameter Type

Data Type

fileName

 

Name of the file. Alphanumeric string: [^%[]%~+"]+.(csv|tsv|json).

form

string

folderName

 

Name of the folder. An alphanumeric string: [A-Za-z0-9-_]+.

form

string

fileSize

 

File size. Positive integer: [1-9][0-9]*.

form

integer

fileData

 

An input stream that represent the bytes of the file to upload.

form

InputStream

user

 

user's authentication

header (authorization)

basic authentication

Was this article helpful?

0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.