Google Drive Connector > Synchronization Tasks with Google Drive Connector > Data filters
  

Data filters

Data filters help you to fetch specific data of a particular object. The synchronization task will process the data based on the filter field assigned to the object.
You can create simple data filters for the following objects in Google Drive:
You can create advanced data filters for the Files_List object in Google Drive. You cannot create advanced data filters for any other object in Google Drive.

Filter fields

The following tables provides information on various filter fields available for Google Drive objects.
Object
Filters Fields
Operators
Data Type
Changes_List
pageToken
=
String
includeRemoved
=
Boolean
restrictToMyDrive
=
Boolean
spaces
=
String
Comments_List
fileId
=
String
Comments_Get
id
=
String
fileld
=
String
Replies_Get
replyId
=
String
commentId
=
String
includeDeleted
=
Boolean
fileId
=
String
Replies_List
commentId
=
String
fieldId
=
String
includeDeleted
=
Boolean
pageToken
=
String
Revisions_List
id
=
String
Revisions_Get
fileID
=
String
revisionID
=
String
acknowledgeAbuse
=
Boolean
Permissions_List
fileID
=
String
Permissions_Get
permissionId
=
String
fileId
=
String
Files_Export
fileID
=
String
mimeType
contains , = , !=
String
Files_Get
id
=
String
Files_List
appProperties
has
Collection
fullText
contains
String
mimeType
contains, =, !=
String
createdTime/modifiedTime
<=, <, =, !=, >, >=
Date and Time
name
contains, =, !=
String
owners
in
Collection
parents
in
Collection
properties
has
Collection
readers
in
Collection
sharedWithMe
=, !=
Boolean
starred
=, !=
Boolean
trashed
=, !=
Boolean
viewedByMeTime
<=, <, =, !=, >, >=
Date
writers
in
Collection
Teamdrives_Get
teamDriveId
=
String

Uploading files to Google Shared drives

Google Shared drives is a shared storage drive that can be accessed by members in a team. Users can create new files or upload existing files in the Shared drives.
You can use Google Drive Connector to access, export, upload, and delete files in the Google Shared drives. You can use the Files_Get, Files_GetAll, Files_Export, Files_ExportAll, and Files_Delete objects to access, export, and delete files available in the Google Shared drives.
You can also use the following objects for specific tasks:
To upload files to a Google Shared drive, you must set the supportsAllDrives field in the Files_Create object to true.