createFolder()
Syntax
Create new folder in a project or a parent folder.
Parameters
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. |
Example
Response of example:
Last updated