googleDriveRenameFile Step

Last published at: May 3rd, 2021

Description:

Rename the existing directory on the GoogleDrive

Inputs

  • selOAuthProvider - Select OAuth provider
  • filePath - Path of the file to be renamed
  • renamedTo - Rename File to 

Returns

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

Usage:

To use this step, google drive should be configured using Flowwright oAuth connections.

Example:

Let’s build and execute the googleDriveRenameFileDef example.          

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

  • Click on the “GoogleDriveRenameFile” 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 rename existing file in googledrive.