dropBoxGetFile Step

Last published at: May 2nd, 2021

Description:

Send (Download file from DropBox).  

Inputs

  • selOAuthProvider - Select OAuth provider
  • sourceFilePath  - Path of the source file to be downloaded
  • destinationFolderPath - Path to delete folder

Return

  • 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 DropBoxGetFileDef example.                  

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

  • Click on the “DropBoxGetFile” 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/download file from dropbox.