Get Start Page Token
|
|||||
|
|
Gets the starting pageToken for listing future changes
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
- View and manage metadata of files in your Google Drive
- View metadata for files in your Google Drive
- View the photos, videos and albums in your Google Photos
- See and download all your Google Drive files
Input
This building block consumes 4 input parameters
Name | Format | Description |
---|---|---|
driveId |
STRING |
The ID of the shared drive for which the starting pageToken for listing future changes from that shared drive will be returned |
supportsAllDrives |
BOOLEAN |
Deprecated - Whether the requesting application supports both My Drives and shared drives. This parameter will only be effective until June 1, 2020. Afterwards all applications are assumed to support shared drives |
supportsTeamDrives |
BOOLEAN |
Deprecated use supportsAllDrives instead |
teamDriveId |
STRING |
Deprecated use driveId instead |
= Parameter name
= Format
driveId STRING The ID of the shared drive for which the starting pageToken for listing future changes from that shared drive will be returned |
supportsAllDrives BOOLEAN Deprecated - Whether the requesting application supports both My Drives and shared drives. This parameter will only be effective until June 1, 2020. Afterwards all applications are assumed to support shared drives |
supportsTeamDrives BOOLEAN Deprecated use supportsAllDrives instead |
teamDriveId STRING Deprecated use driveId instead |
Output
This building block provides 2 output parameters
Name | Format | Description |
---|---|---|
kind |
STRING |
Identifies what kind of resource this is. Value: the fixed string "drive#startPageToken" |
startPageToken |
STRING |
The starting page token for listing changes |
= Parameter name
= Format
kind STRING Identifies what kind of resource this is. Value: the fixed string "drive#startPageToken" |
startPageToken STRING The starting page token for listing changes |