Skip to content

Commit 80b61fa

Browse files
author
aadamgough
committed
updated docs
1 parent ac008f6 commit 80b61fa

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

apps/docs/content/docs/en/tools/google_drive.mdx

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Integrate Google Drive into the workflow. Can create, upload, and list files.
4848

4949
### `google_drive_upload`
5050

51-
Upload a file to Google Drive
51+
Upload a file to Google Drive with complete metadata returned
5252

5353
#### Input
5454

@@ -65,11 +65,11 @@ Upload a file to Google Drive
6565

6666
| Parameter | Type | Description |
6767
| --------- | ---- | ----------- |
68-
| `file` | json | Uploaded file metadata including ID, name, and links |
68+
| `file` | object | Complete uploaded file metadata from Google Drive |
6969

7070
### `google_drive_create_folder`
7171

72-
Create a new folder in Google Drive
72+
Create a new folder in Google Drive with complete metadata returned
7373

7474
#### Input
7575

@@ -83,11 +83,11 @@ Create a new folder in Google Drive
8383

8484
| Parameter | Type | Description |
8585
| --------- | ---- | ----------- |
86-
| `file` | json | Created folder metadata including ID, name, and parent information |
86+
| `file` | object | Complete created folder metadata from Google Drive |
8787

8888
### `google_drive_download`
8989

90-
Download a file from Google Drive (exports Google Workspace files automatically)
90+
Download a file from Google Drive with complete metadata (exports Google Workspace files automatically)
9191

9292
#### Input
9393

@@ -96,16 +96,17 @@ Download a file from Google Drive (exports Google Workspace files automatically)
9696
| `fileId` | string | Yes | The ID of the file to download |
9797
| `mimeType` | string | No | The MIME type to export Google Workspace files to \(optional\) |
9898
| `fileName` | string | No | Optional filename override |
99+
| `includeRevisions` | boolean | No | Whether to include revision history in the metadata \(default: true\) |
99100

100101
#### Output
101102

102103
| Parameter | Type | Description |
103104
| --------- | ---- | ----------- |
104-
| `file` | file | Downloaded file stored in execution files |
105+
| `file` | object | Downloaded file stored in execution files |
105106

106107
### `google_drive_list`
107108

108-
List files and folders in Google Drive
109+
List files and folders in Google Drive with complete metadata
109110

110111
#### Input
111112

@@ -121,7 +122,7 @@ List files and folders in Google Drive
121122

122123
| Parameter | Type | Description |
123124
| --------- | ---- | ----------- |
124-
| `files` | json | Array of file metadata objects from the specified folder |
125+
| `files` | array | Array of file metadata objects from Google Drive |
125126

126127

127128

0 commit comments

Comments
 (0)