drive_generate_ids
Generate file IDs for use in creating or copying Google Drive files or shortcuts. Specify type, count, and space.
Instructions
Generate a set of file IDs that can be used in create or copy requests
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | The type of items for which the IDs can be used: 'files' or 'shortcuts' (default: 'files') | |
| count | No | Number of IDs to generate (default: 10, max: 1000) | |
| space | No | The space in which the IDs can be used: 'drive' or 'appDataFolder' (default: 'drive') |