drive_list_labels
List all labels applied to a specific Google Drive file using its ID. Supports pagination to manage large label sets.
Instructions
List labels applied to a Google Drive file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fileId | Yes | The ID of the file | |
| pageToken | No | Page token for continuing a previous list request | |
| maxResults | No | Maximum labels to return (default: 20) |