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 |
Upload a File in a Folder
- Updated
Comments
0 comments
Please sign in to leave a comment.