Skip to content

Commit b2358b2

Browse files
committed
fix links
1 parent 3a158f0 commit b2358b2

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

pages/toolkits/productivity/google_drive.mdx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ The GoogleDrive toolkit provides a set of tools for interacting with Google Driv
4848
{
4949
label: "Call the Tool with User Authorization",
5050
content: {
51-
Python: ["/examples/integrations/toolkits/googledrive/get_file_tree_structure_example_call_tool.py"],
52-
JavaScript: ["/examples/integrations/toolkits/googledrive/get_file_tree_structure_example_call_tool.js"],
51+
Python: ["/examples/integrations/toolkits/google_drive/get_file_tree_structure_example_call_tool.py"],
52+
JavaScript: ["/examples/integrations/toolkits/google_drive/get_file_tree_structure_example_call_tool.js"],
5353
},
5454
},
5555
]}
@@ -62,7 +62,7 @@ Get the file/folder tree structure of the user's Google Drive.
6262
- **include_shared_drives** (`boolean`, optional) Whether to include shared drives in the file tree structure. Defaults to False.
6363
- **restrict_to_shared_drive_id** (`string`, optional) If provided, only include files from this shared drive in the file tree structure. Defaults to None, which will include files and folders from all drives.
6464
- **include_organization_domain_documents** (`boolean`, optional) Whether to include documents from the organization's domain. This is applicable to admin users who have permissions to view organization-wide documents in a Google Workspace account. Defaults to False.
65-
- **order_by** (`Enum` [OrderBy](/toolkits/productivity/googledrive/reference#OrderBy), optional) Sort order. Defaults to listing the most recently modified documents first
65+
- **order_by** (`Enum` [OrderBy](/toolkits/productivity/google_drive/reference#OrderBy), optional) Sort order. Defaults to listing the most recently modified documents first
6666
- **limit** (`integer`, optional) The number of files and folders to list. Defaults to None, which will list all files and folders.
6767

6868

@@ -74,8 +74,8 @@ Get the file/folder tree structure of the user's Google Drive.
7474
{
7575
label: "Call the Tool with User Authorization",
7676
content: {
77-
Python: ["/examples/integrations/toolkits/googledrive/generate_google_file_picker_url_example_call_tool.py"],
78-
JavaScript: ["/examples/integrations/toolkits/googledrive/generate_google_file_picker_url_example_call_tool.js"],
77+
Python: ["/examples/integrations/toolkits/google_drive/generate_google_file_picker_url_example_call_tool.py"],
78+
JavaScript: ["/examples/integrations/toolkits/google_drive/generate_google_file_picker_url_example_call_tool.js"],
7979
},
8080
},
8181
]}
@@ -95,8 +95,8 @@ This tool does not take any parameters.
9595
{
9696
label: "Call the Tool with User Authorization",
9797
content: {
98-
Python: ["/examples/integrations/toolkits/googledrive/search_files_example_call_tool.py"],
99-
JavaScript: ["/examples/integrations/toolkits/googledrive/search_files_example_call_tool.js"],
98+
Python: ["/examples/integrations/toolkits/google_drive/search_files_example_call_tool.py"],
99+
JavaScript: ["/examples/integrations/toolkits/google_drive/search_files_example_call_tool.js"],
100100
},
101101
},
102102
]}
@@ -110,9 +110,9 @@ Search for files in Google Drive
110110
- **include_shared_drives** (`boolean`, optional) Whether to include shared drives in the search. Defaults to False.
111111
- **restrict_to_shared_drive_id** (`string`, optional) If provided, only search files from this shared drive. Defaults to None, which will search files from all drives.
112112
- **include_organization_domain_documents** (`boolean`, optional) Whether to include documents from the organization's domain. This is applicable to admin users who have permissions to view organization-wide documents in a Google Workspace account. Defaults to False.
113-
- **order_by** (`Enum` [OrderBy](/toolkits/productivity/googledrive/reference#OrderBy), optional) Sort order for search results. Defaults to listing the most recently modified documents first
113+
- **order_by** (`Enum` [OrderBy](/toolkits/productivity/google_drive/reference#OrderBy), optional) Sort order for search results. Defaults to listing the most recently modified documents first
114114
- **limit** (`integer`, optional) The maximum number of search results to return. Defaults to 50.
115-
- **file_types** (`Enum` [GoogleDriveFileType](/toolkits/productivity/googledrive/reference#GoogleDriveFileType), optional) Filter by specific file types. Defaults to None, which includes all file types.
115+
- **file_types** (`Enum` [GoogleDriveFileType](/toolkits/productivity/google_drive/reference#GoogleDriveFileType), optional) Filter by specific file types. Defaults to None, which includes all file types.
116116

117117

118118

0 commit comments

Comments
 (0)