Prerequisites
- G Suite business account
Description
This task will update a Google Drive team folder in the Team Drive.
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.iam.gserviceaccount.com |
This account can be created at https://console.cloud.google.com |
Google username |
The username of the user for whom you want to update a Google Drive team folder. |
String |
{user}@{GoogleDomain} |
|
Path of parent folder |
The folder path in which the folder is placed. |
String |
Root/Folder1/Folder2 |
|
Folder name |
The name of the folder which you want to update. |
String |
FolderName |
|
New folder name |
When filled in, the name of the folder will be renamed to the value of this variable. |
String |
NewFolderName |
Only fill in if you want to update this field of the folder. |
Name of TeamDrive |
The name of the Team Drive in which the folder is located. |
String |
TeamDrive |
|
New folder description |
When filled in, the description of the folder will be changed to the value of this variable. |
String |
This will be the description of the folder |
Only fill in if you want to update this field of the folder. |