drive_list_changes
List file changes in Google Drive since a page token to monitor modifications.
Instructions
List changes to files in Google Drive since a given page token
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spaces | No | Comma-separated list of spaces to query (e.g. 'drive', 'appDataFolder') | |
| pageSize | No | Maximum number of changes to return (default: 100) | |
| pageToken | Yes | The token for continuing a previous list request from getStartPageToken or a previous list response | |
| includeRemoved | No | Whether to include changes indicating items removed from the list (default: true) | |
| restrictToMyDrive | No | Whether to restrict results to changes within My Drive (default: false) |