Skip to main content

Delete File Or Folder

Description

Google Drive: Delete File Or Folder step deletes a file or folder on Google Drive.

Reference:

API documentation: https://developers.google.com/drive/api/reference/rest/v3/files/delete

Configurations

No.Field NameDescription
1Step nameName of the step as it appears in the workflow workspace. This name has to be unique in a single workflow.
Connection:Refer Prerequisites and References above to get the connection attributes.
2Client IDSpecify Client ID of the Google project.
The data type is String. This field is mandatory.
Client Secret:
3Accept Values from fieldsLeave checkbox unchecked to accept Client Secret value from a field in the previous steps of the stream using a drop down list.
Else enable checkbox for Secret Key field to appear as Text box.
4Client SecretSpecify Client Secret of the Google project.
If checkbox above is enabled Client Secret field appears as Text box and accepts static values or variables. Else if checkbox above is disabled Client Secret field appears as a drop down containing values from previous steps - to select from.
The data type is String. This field is mandatory.
Refresh Token:
5Accept Values from fieldsLeave checkbox unchecked to accept Secret Key value from a field in the previous steps of the stream using a drop down list.
Else enable checkbox for Secret Key field to appear as Text box.
6Refresh TokenSpecify a Refresh Token to obtain a new Access Token.
Note: Refresh Token expires if idle for 6 months.
Refresh Token is entered using a widget. If checkbox above is enabled
Refresh Token field appears as Text box and accepts static values or variables. Else if checkbox above is disabled Refresh Token field appears as a drop down containing values from previous steps - to select from.
The data type is String. This field is mandatory.
Input Fields:
1File or Folder IDSpecify ID of a file or a folder that has to be deleted from the Google Drive.
Refer Table: Fetch File or Folder ID above to fetch the ID.
2GetClick to fetch the list of files or folders available in Google Drive, selected file’s or folder’s ID reflects in File Or Folder ID field.