This activity allows to download a file stored in OneDrive.
The authorization string to authenticate in MicrosoftGraph service.
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).
Provide a FileValue where to put the downloaded file if you want to save it in DocsMarshal.
Specify the local path where to save the downloaded file if you want to save it locally.
Specify whether you want to save the downloaded file locally or in an IFileValue.
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".