googleDriveGetFile Step

Last published at: July 27th, 2024

Description:

Send (Download file from GoogleDrive)

Inputs

  • selOAuthProvider - Select OAuth provider
  • filename - Name of the source file to be downloaded
  • destinationFilePath - Path to save the file to local machine 

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

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

  • Click on the “GoogleDriveGetFile” 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 download file from googledrive to server.