Skip to main content

Delete Google Drive

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

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

through

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

Output

connection

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

through

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.

Fail if missing

If this parameter is set to true then the operator will throw an error if the file id does not exist.

See Also