In GDrive Tools, nextPageToken is mentioned at:
|
"fields": "nextPageToken, files(id, name, mimeType, webViewLink, iconLink, modifiedTime, size)", |
However, it's not implemented.
Right now, only the first page can be returned.
This is true for both list_drive_items and search_drive_files.
In GDrive Tools, nextPageToken is mentioned at:
google_workspace_mcp/gdrive/drive_helpers.py
Line 201 in 0e44ef9
However, it's not implemented.
Right now, only the first page can be returned.
This is true for both list_drive_items and search_drive_files.