This activity allows to move an item (includy any children) in OneDrive. It is necessary to specify the item to move, the parent item under which to move the it and its new name.
The authorization string to authenticate in MicrosoftGraph service.
The name of the copyed or moved file.
The Id of the drive on which the activity has to work on.
The Id of the item.
The path of the Item (File, Folder, ecc...). It must be '' (empty string) to work on the root of the drive. To work on any other folder the path must follow this pattern: 'folder1/folder2/folder3/.../file1.txt' (it is not necessary to specify the file if the item is a folder).
The just created item.
The id of the folder where to copy or move the specified item.
The id path the folder where to copy or move the specified item.
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".