Upload File to One Drive

Last published at: July 27th, 2024

Description:

Send (Upload file to OneDrive)

Inputs

  • selOAuthProvider – select OAuth Provider
  • sourceFilePath – path of the source file to be uploaded. Ex:- C:\Folder1\uploadText.txt.
  • destinationFilePath – path to save the file in OneDrive. Ex:- /folder1.
  • resultJson – store result in Variable/Global

Returns

  • True – step executed successfully
  • False – step failed to execute

Usage:

To use this step, you must configure OneDrive in FlowWright application.

Example:

Let’s build and execute the OneDriveSendFileDef example.          

  • Create a new definition called “OneDriveSendFileDef
  • Select the definition and click the “design” button
  • Drag a OneDriveSendFile step from the toolbox
  • Connect the dots between the start and OneDriveSendFile step

  • Click on the “OneDriveSendFile” step to configure its properties
  • Configure the following values for the properties as shown on the below graphic 
  • Save the workflow definition, create a workflow instance and execute. Step should send file to OneDrive.