Generate Ids
|
|||||
|
|
Generates a set of file IDs which can be provided in create or copy requests
Authorization
To use this building block you will have to grant access to at least one of the following scopes:
- See, edit, create, and delete all of your Google Drive files
- View and manage its own configuration data in your Google Drive
- View and manage Google Drive files and folders that you have opened or created with this app
Input
This building block consumes 2 input parameters
Name | Format | Description |
---|---|---|
count |
INTEGER |
The number of IDs to return |
space |
STRING |
The space in which the IDs can be used to create new files. Supported values are 'drive' and 'appDataFolder' |
= Parameter name
= Format
count INTEGER The number of IDs to return |
space STRING The space in which the IDs can be used to create new files. Supported values are 'drive' and 'appDataFolder' |
Output
This building block provides 3 output parameters
Name | Format | Description |
---|---|---|
ids[] |
STRING |
|
kind |
STRING |
Identifies what kind of resource this is. Value: the fixed string "drive#generatedIds" |
space |
STRING |
The type of file that can be created with these IDs |
= Parameter name
= Format
ids[] STRING |
kind STRING Identifies what kind of resource this is. Value: the fixed string "drive#generatedIds" |
space STRING The type of file that can be created with these IDs |