Google Drive
Learn how to connect to Google Drive with Digibee Integration Platform and perform List, Download, Upload and Delete file operations.
Google Drive connects to your drive in Google Drive and perform List, Download, Upload and Delete file operations.
Parameters
Take a look at the configuration parameters of the component. Parameters supported by Double Braces expressions are marked with (DB)
.
Google Drive doesn't follow the same folders hierarchy. Therefore, it's not possible to make searches and specify a directory path. Example:
dir1/dir2/dir3/fileName.extension
Another detail about Google Drive is that you can save files with the same name in the same directory. That's why the API defined by Google uses the "fileId" to download or delete files instead of the file itself.
To perform any of these operations, it's necessary to register a OAuth 2 type account with "
https://www.googleapis.com/auth/drive
"
scope.
Messages flow
List
Input
Output
Google Query Language
See some query examples:
To search all the files/folder inside a specific folder
To search files that have the same specific name inside a folder
To search a specific name inside all your Drive
In the query above, the search will be made in your drive, including the Trash folder. If you don't want to search anything in the Trash folder, then use the following query:
To search a specific file in 2 directories
Output
Upload
Input
Output
Download
Input
Output
Delete
Input
Output
Last updated