Delete Item (Google Drive) v1.0.0 Help
Deletes a specified via ID folder with its stored data or file from the connected Google Drive account.
How can I use the Step?
Use this Step to delete a single file or a folder with contained inside folders and files from the connected Google Drive account. Define the item that is deleted via ID. To obtain the item ID value, you can use the List Items in Folder (Google Drive) or the Find Items (Google Drive) Steps.
Warning! The selected file or folder is not moved to the Drive's Trash but permanently deleted from the Drive.
How does the Step work?
You select an authorization connected to a Google Drive account and define the item ID (a file or a folder). When this Step is reached during execution, it deletes the item, and the Flow proceeds down the next
exit. An option to select the Flow behavior in case the item isn't found is available.
Prerequisites
To be able to use any Step from the Google Drive toolkit, first, you must do the following:
- Create a new or use an existing Google Cloud Project in your Google Cloud Console. To create a new project, follow these instructions.
- Create an Authorization by connecting your OneReach.ai account with the Google Cloud Project. Find the step-by-step instructions on how to do this in the collapsible group of the respective Authorization type modal window.
Authorization
To set up an authorization, do the following:
- Select the Authorization type in the dropdown.
- Select one of the two options:
- Click the Select authorization in current step option to select an authorization from the respective dropdown in this Step. Use this option when you need to:
- Create a new authorization;
- Select a previously created authorization manually.
- Select the Inherit from previous step option to choose the authorization used in the last executed Step of the Google Drive/Calendar toolkits in the Flow. Use this option when you have already created an authorization of the selected Authorization type and used it previously in the Flow.
Authorization type
The Google Drive and Google Calendar toolkits support two Authorization types:
The OAuth 2.0 authorization is used to authenticate as an end user and access user data in your app. It requires your app to request and receive consent from the user.
The Service account authorization is used to authenticate as a robot service account or to access resources on behalf of Google Workspace or Cloud Identity users through domain-wide delegation. A service account is a special kind of account used by an application rather than a person. Read more here.
Create a new authorization
To create a new authorization, do the following:
- Select the Authorization type in the respective dropdown.
- Click the Select authorization in current step button.
- Click the Gear button, then Add, or select to Create new authorization in the dropdown.
- A modal window for creating a new authorization will pop up. Follow the instructions in the modal's collapsible. When finished, the created Authorization name will be added to the list in the dropdown.
- Select respective Authorization name in the Select authorization in current step dropdown.
Select authorization in current step
The Select authorization in current step dropdown lists every authorization added to your OneReach.ai account.
- To choose an authorization, select its name in the dropdown.
The gear button contains options to Add a new or Delete an existing authorization, as well as to Refresh the list of added authorizations.
Click Edit to update the Service account authorization fields. You can also Reauthorize an OAuth 2.0 authorization.
Warning! If an external app was created in the OAuth Consent Screen, you need to reauthorize the created authorization in all Flows once approximately every 7 days.
Inherit from previous step
When you add a Step from the Google Drive/Calendar toolkit to the Flow, you are expected to manually choose the Authorization type and then an authorization from the respective dropdowns. If you add another Step from these toolkits to the Flow and their selected authorization types match, the option to Inherit from previous step is chosen by default. When selected, it continues to use the same authorization defined in the previous Step of the Google Drive/Calendar toolkit without needing to select it manually.
Warning! If the Inherit from previous step option is selected, but there is no Step with the matching Authorization type in the Flow, the Step results in an error.
Item settings
To set up this section:
- Provide the Item ID of a file or folder to be deleted.
Item ID is a unique identifier of an existing file or folder in a Google Drive account.
Note: You can extract Item ID as a Merge field value with the help of List Items in Folder (Google Drive) or Find Items (Google Drive) Steps.
Warning: In case the provided item is a folder, the folder itself as well as all the data stored inside it is permanently deleted from the Drive.
Conflict handling
By default, if the Step cannot find the defined item, the Flow proceeds down the not found
exit. This can happen when the item has been already deleted. An option to Select the exit in case item is not found allows you to take the Flow down the next
or error
exit.
Caution: The Step removes the
not found
exit if you select a different option.
Merge field settings
The Step stores the output data in a JSON object under the name provided in the Merge field name. To learn more about Merge fields, their types, and how to work with them, follow this link.
Output example
The output data includes the following property:
Key | Type | Description |
---|---|---|
deleted | boolean | true if the item was successfully deleted. |
See below an example of the merge field object's structure:
{
"deleted": true
}
{
"deleted": true
}
The output data changes depending on the selected exit in case the item is not found:
-next
- {}
-not found
- null
Error handling
By default, the Step handles errors using a separate exit. If an error occurs during the Step execution (e.g., if the authorization data is invalid), the Flow proceeds down the error
exit. For more information on error handling, follow this link.
Reporting
The Step automatically generates Reporting events during its execution, allowing for real-time tracking and analysis of its performance and user interactions. To learn more about Reporting events, follow this link.
Services dependencies
- studio v3.20.0
- authorization Manager v1.3.1
Release notes
v1.0.0
- Initial release