Field | Type | Operators | Description
|
title | string | contains, =, != | Name of the file.
|
fullText | string | contains | Full text of the file including title, description, content, and indexable text.
|
mimeType | string | contains, =, != | MIME type of the file.
|
modifiedDate | date | <=, <, =, !=, >, >= | Date of the last modification of the file.
|
lastViewedByMeDate | date | <=, <, =, !=, >, >= | Date that the user last viewed a file.
|
trashed | boolean | =, != | Whether the file is in the trash or not.
|
starred | boolean | =, != | Whether the file is starred or not.
|
parents | collection | in | Whether the parents collection contains the specified ID.
|
owners | collection | in | Users who own the file.
|
writers | collection | in | Users or groups who have permission to modify the file.
|
readers | collection | in | Users or groups who have permission to read the file.
|
sharedWithMe | boolean | =, != | Files that are in the user's "Shared with me" collection.
|
properties | collection | has | Public custom file properties.
|