Categories

Versions

Delete Google Drive (Cloud Connectivity)

Synopsis

This operator deletes a file in Google Drive™.

Description

Ensure that you have selected the correct file id that you want to delete in Google Drive. As with a delete operation in browser, this will send the file to the trash. If the file id does not exist then you can throw an error so the process does not continue.

Input

  • connection (Connection)

    This input port expects a Connection object if any. See the parameter connection entry for more information.

  • through (IOObject)

    The output object that is received in the corresponding input port. If the input port is not connected the port delivers nothing.

Output

  • connection (Connection)

    This output port delivers the Connection object from the input port. If the input port is not connected the port delivers nothing.

  • through (IOObject)

    The input object is passed through and returned here.

Parameters

  • file_id Enter the file id of the file to be deleted in Google Drive. Range: string
  • fail_if_missing If this parameter is set to true then the operator will throw an error if the file id does not exist. Range: boolean