googleDriveDeleteFolder Step

Last published at: April 6th, 2021

Description:

Delete folder in GoogleDrive

Inputs

  • selOAuthProvider - Select OAuth provider
  • destinationFilePath - Path to delete folder 

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

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

  • Click on the “googleDriveDeleteFolder” 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 delete folder in google drive.