Skip to main content



Upload a File in a Folder

Upload a file to a folder

POST /cloud/uploadFile

note

Upload a file to a specific folder.

Parameters

fileName (form variable)

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

folderName (form variable)

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

fileSize (form variable)

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

fileData (form variable)

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

user (header (authorization) variable)

user's authentication