Rename folder in Dropbox

Last published at: April 26th, 2021

Description:

Rename the existing folder on the DropBox.

Inputs

  • selOAuthProvider - Select OAuth provider
  • folderPath - Path of the folder to be renamed
  • renamedTo - Rename Folder to

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 DropBoxRenameFolderDef example.                    

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

  • Click on the “DropBoxRenameFolder” 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 will rename existing folder in dropbox with given name.