Google Drive Connector
Google Drive Connector Help
Version 5
ZappySys Logo File Version: v5
Supported Engine: 4

EndPoint List files


Name

list_files

Description

Lists files [Read more]

Parameters
Parameter Label Required Options Description
pageSize PageSize NO
Query Search Criteria NO
Option Value
none
Allow only shared files and folders sharedWithMe=true
Skip trashed files trashed=false
Skip Folders mimeType!='application/vnd.google-apps.folder'
Skip App Script mimeType!='application/vnd.google-apps.script'
Search for file name name='enter the filename here'
Search for full text fullText contains 'enter the fullText here'
Search for spreadsheet mimeType = 'application/vnd.google-apps.spreadsheet'
Search for multiple files type mimeType contains 'application/vnd.google-apps.spreadsheet' OR mimeType contains 'application/vnd.google-apps.document' OR mimeType contains 'application/vnd.google-apps.presentation' OR mimeType contains 'application/vnd.google-apps.drawing'
Data filter (e.g. somecolumn -eq 'somevalue' ) , User can select multiple filter criteria using 'AND','OR' operator , Note*:- please refer the link for more filter criteria : https://zappysys.com/links?url=https://developers.google.com/drive/api/guides/search-files [Read more..]
Output Columns
Name DataType Length Raw Description
Id DT_WSTR 440 False
Kind DT_WSTR 200 False
Name DT_WSTR 780 False
MimeType DT_WSTR 650 False
CreatedTime DT_DBTIMESTAMP 0 False
ModifiedTime DT_DBTIMESTAMP 0 False
Size DT_WSTR 200 False
Version DT_WSTR 200 False
Shared DT_BOOL 0 False
Starred DT_BOOL 0 False
Trashed DT_BOOL 0 False
FileExtension DT_WSTR 200 False
Input Columns
Name DataType Length Raw Description
There are no Static columns defined for this endpoint. This endpoint detects columns dynamically at runtime.