Create File Version Session
UiPath.Box.Activities.File.ChunkedUpload.CreateFileVersionSession
The Create File Version Session activity uses the Box Create upload session for existing file API to upload a new version (File Path) of a specified file (File ID).
After creating the session, the activity outputs a BoxUploadSession object (UploadSession) that includes the session properties.
How it works
The following steps and message sequence diagram is an example of how the activity works from design time (i.e., the activity dependencies and input/output properties) to run time.
- Complete the Setup steps.
- Add the Box Scope activity to your project.
- Add the Create File Version Session activity inside the Box Scope activity.
- Enter values for the Input property.
- Create and enter a
BoxUploadSessionvariable for the Output property.-
Your input property values are sent in the Create upload session for existing file API operation request.
-
The operation returns the
BoxUploadSessionvalue to your output property variable.
-
Properties
Common
- ContinueOnError - Specifies if you want the activity to continue running when an error is thrown. This field supports only
Booleanvalues. - DisplayName - The display name of the activity. This field supports only
StringsorStringvariables.
Input
- File ID - The ID of the file that you want to version. This field supports only
StringsorStringvariables.- To get the File ID value, add an activity or run an external process that outputs a
File.Idobject (e.g., Upload File, Search for Content, etc.).
- To get the File ID value, add an activity or run an external process that outputs a
- File Path - The location of the file that you want to upload. This field supports only
StringsorStringvariables.
Misc
- Private - If selected, the values of variables and arguments are no longer logged at Verbose level.
Options
- File Name - The name that you want to apply to the file. This field supports only
StringsorStringvariables. If this property is left empty, the existing file name is applied.
Output
- Upload Session - The
BoxUploadSessionobject that includes the session properties. Enter aBoxUploadSessionvariable. TheBoxUploadSessionobject includes multiple properties that you can use in other activities.