createFolder()
Last updated
Last updated
Name | Type | Required | Description |
---|---|---|---|
folderName
string
Yes
The name of folder.
token
string
No
The authentication token response from Eueno API when login. After login, this token was saved in local storage with the name “eueno-token".
currentPathArray
array
Yes
Array includes projectId and parents folder's name. If we join array with slash “/”, we will get the path to access the new folder.