Guide

How to use Select Root Folder


Directly select Root folder to list all its files, folders and its nested files and folders

Filter the files to list under the picked Root folder and all its nested folders

List all files where their type is PDF under this Root folder and all its nested folders

Final Query : mimeType = 'application/pdf'

For more information about querying, and a complete guide, please see 'How to use Search Query'.

How to use Select Multiple Files


Select using Ctrl and/or Shift key then Click

Using Search then Select

Search by Type

Search by Title

Select from My Drive, Shared with Me or Shared Drives

How to use Search Query


List all folders and files shared with me

Final Query : sharedWithMe = true

Or

Final Query : not 'myemail@mail.com' in owners

List all folders and files where hisemail@mail.com is the owner

Final Query : 'hisemail@mail.com' in owners

List all folders and files where hisemail@mail.com is Editor or Viewer

Final Query : 'hisemail@mail.com' in writers or 'hisemail@mail.com' in readers

List all folders and files Shared with hisemail@mail.com

Final Query : ( 'hisemail@mail.com' in writers or  'hisemail@mail.com' in readers ) and not 'hisemail@mail.com' in owners

List all folders and files where hisemail@mail.com is Editor but not owner

Final Query : 'hisemail@mail.com' in writers and not 'hisemail@mail.com' in owners

List all folders

Final Query : mimeType = 'application/vnd.google-apps.folder'

List all files where their type is PDF

Final Query : mimeType = 'application/pdf'

List all files where their type is any types of image

Final Query : mimeType contains 'image'

List all files where their type is PDF and hisemail@mail.com is Editor or Viewer

Final Query : ( 'hisemail@mail.com' in writers or 'hisemail@mail.com' in readers ) and mimeType = 'application/pdf'