dropBoxSendFile Step

Last published at: May 14th, 2024

Description:

Send (Upload file to DropBox).  

Inputs

  • selOAuthProvider - Select OAuth provider
  • sourceFilePath - Path of the source file to be uploaded
  • destinationFolderPath - Path to save the file in dropbox 

Returns

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

Usage:

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



Example:

Let’s build and execute the DropBoxSendFileDef example.                     

  • Create a new definition called “DropBoxSendFileDef”
  • Select the definition and click the “design” button
  • Drag a DropBoxSendFile step to the canvas
  • Connect the dots between the start and DropBoxSendFile step

  • Click on the “DropBoxSendFile” 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/upload file to dropbox at given location.