Google Drive Connector
Google Drive Connector Help
Version 7
ZappySys Logo File Version: v7
Supported Engine: 4

EndPoint Lists shared drives


Name

list_shared_drives

Description

Lists the user's shared drives (i.e. formally known as team drive) with optional search criteria [API Help]

Parameters

Parameter Label Required Options Description
pageSize PageSize NO
Query Search Criteria (Keep blank to get all) NO
Option Value
None
By name (exact name match) name='abc'
By name (contains sub string) name contains 'abc'
By name (does not contain) not name contains 'abc'
By text (search inside file) fullText contains 'abc'
By created time createdTime > '2012-06-04T12:00:00'
File list filter [API Help..]
useDomainAdminAccess UseDomainAdminAccess NO
Option Value
true true
false false
Some operations such as searching for shared drives with specific attributes might need Admin access (set this to true)

Output Columns

Label DataType Length Raw Description
Id DT_WSTR 500 False
Name DT_WSTR 50 False
ColorRgb DT_WSTR 100 False
Kind DT_WSTR 500 False
BackgroundImageLink DT_WSTR 1000 False
CanAddChildren DT_BOOL 0 False
CanComment DT_BOOL 0 False
CanCopy DT_BOOL 0 False
CanDeleteDrive DT_BOOL 0 False
CanDownload DT_BOOL 0 False
CanEdit DT_BOOL 0 False
CanListChildren DT_BOOL 0 False
CanManageMembers DT_BOOL 0 False
CanReadRevisions DT_BOOL 0 False
CanRename DT_BOOL 0 False
CanRenameDrive DT_BOOL 0 False
CanChangeDriveBackground DT_BOOL 0 False
CanShare DT_BOOL 0 False
CanChangeCopyRequiresWriterPermissionRestriction DT_BOOL 0 False
CanChangeDomainUsersOnlyRestriction DT_BOOL 0 False
CanChangeDriveMembersOnlyRestriction DT_BOOL 0 False
CanChangeSharingFoldersRequiresOrganizerPermissionRestriction DT_BOOL 0 False
CanResetDriveRestrictions DT_BOOL 0 False
CanDeleteChildren DT_BOOL 0 False
CanTrashChildren DT_BOOL 0 False
CreatedTime DT_DBTIMESTAMP 0 False
Hidden DT_BOOL 0 False
CopyRequiresWriterPermission DT_BOOL 0 False
DomainUsersOnly DT_BOOL 0 False
DriveMembersOnly DT_BOOL 0 False
AdminManagedRestrictions DT_BOOL 0 False
SharingFoldersRequiresOrganizerPermission DT_BOOL 0 False

Input Columns

Label DataType Length Raw Description
There are no Static columns defined for this endpoint. This endpoint detects columns dynamically at runtime.