This activity allows to upload a file in OneDrive.
The authorization string to authenticate in MicrosoftGraph service.
The Id of the drive on which the activity has to work on.
The file value of the file to upload.
Specify whether you want to upload a locally saved file or an IFileValue.
The local path of the file to upload.
The remote path where to put the uploaded file.
The id of the uploaded file.
The name of the uploaded file.
The size of the uploaded file.
The MIME type for the uploaded file.
The default is "fail" so if a file with the name of the file to upload already exists, an exception will be thrown. Use REPLACE if you want to overwrite the existing file or RENAME if you want to keep both (the latter will be renamed, for example, from "name.txt" to "name 1.txt").
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".