Google Drive Folder operations
Use this operation to create, delete, and share folders in Google Drive. Refer to Google Drive for more information on the Google Drive node itself.
Note
This node can be used as an AI tool This node can be used to enhance the capabilities of an AI agent. When used in this way, many parameters can be set automatically, or with information directed by AI - find out more in the AI tool parameters documentation.
Create a folder
Use this operation to create a new folder in a drive.
Enter these parameters:
Credential to connect with: Create or select an existing Google Drive credentials.
Resource: Select Folder.
Operation: Select Create.
Folder Name: The name to use for the new folder.
Parent Drive: Select From list to choose the drive from the dropdown list, By URL to enter the URL of the drive, or By ID to enter the
driveId.Parent Folder: Select From list to choose the folder from the dropdown list, By URL to enter the URL of the folder, or By ID to enter the
folderId.
You can find the driveId and folderID by visiting the shared drive or folder in your browser and copying the last URL component: https://drive.google.com/drive/u/1/folders/driveId.
Options
Simplify Output: Choose whether to return a simplified version of the response instead of including all fields.
Folder Color: The color of the folder as an RGB hex string.
Refer to the Method: files.insert | Google Drive API documentation for more information.
Delete a folder
Use this operation to delete a folder from a drive.
Enter these parameters:
Credential to connect with: Create or select an existing Google Drive credentials.
Resource: Select Folder.
Operation: Select Delete.
Folder: Choose a folder you want to delete.
Select From list to choose the folder from the dropdown list, By URL to enter the URL of the folder, or By ID to enter the
folderId.You can find the
folderIdin a Google Drive folder URL:https://drive.google.com/drive/u/0/folders/folderID.
Options
Delete Permanently: Choose whether to delete the folder now instead of moving it to the trash.
Refer to the Method: files.delete | Google Drive API documentation for more information.