You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -62,7 +62,7 @@ Get the file/folder tree structure of the user's Google Drive.
62
62
-**include_shared_drives** (`boolean`, optional) Whether to include shared drives in the file tree structure. Defaults to False.
63
63
-**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.
64
64
-**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
66
66
-**limit** (`integer`, optional) The number of files and folders to list. Defaults to None, which will list all files and folders.
67
67
68
68
@@ -74,8 +74,8 @@ Get the file/folder tree structure of the user's Google Drive.
@@ -110,9 +110,9 @@ Search for files in Google Drive
110
110
-**include_shared_drives** (`boolean`, optional) Whether to include shared drives in the search. Defaults to False.
111
111
-**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.
112
112
-**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
114
114
-**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.
0 commit comments