This activity allows to create a folder in OneDrive.
The authorization string to authenticate in MicrosoftGraph service.
The Id of the drive on which the activity has to work on.
The name of the new folder.
An object which represents the newly created folder.
The id of the parent item under which to create the new folder.
The path of the parent item under which to create the new folder. It must be '' (empty string) if the parent item is the root of the drive. If it is another folder, the path must follow this pattern: 'folder1/folder2/folder3/.../'.
The default is "fail" so if a folder with the name of the folder to upload already exists, an exception will be thrown. Use REPLACE if you want the activity to leave the folders as they were before or RENAME if you want to keep both (the latter will be renamed, for example, from "name" to "name 1").
The maximum time the activity might take to be executed. If it takes longer, an exception will be thrown.
The id of the Microsoft Account of the owner of the Drive.
The email of the Microsoft Account of the owner of the Drive. Example: "mario.rossi@outlook.it".