Prerequisites
- G Suite business account.
Description
This task will remove a Google Drive folder in the local drive of the Google user.
Variables
Name |
Description |
Type |
Example |
Comments |
Path of P12 file |
The P12 file can be downloaded from https://console.developers.google.com under the service accounts. The file will be used to retrieve a token from Google to connect to the Google servers. |
String |
C:/Users/Administrator/Documents/P12file.p12 |
Make sure this location is accessible by the HelloID agent service account |
Service account username |
The username of the Google service account, which is able to connect to the Google servers. |
String |
{ServiceAccountName}@{GoogleDomain}-202213 |
This account can be created at https://console.cloud.google.com |
Google username |
The username of the user for whom you want to remove a Google Drive local folder. |
String |
{user}@{GoogleDomain} |
|
Path of parent folder |
The folder path in which the folder is placed. |
String |
Root/Folder1/Folder2 |
If empty, the folder will be removed at root level |
Folder name |
The name of the folder which you want to remove. |
String |
FolderName |
|