Google Drive Connector(Power Automate Cloud flows)

09/27/2023

Japanese version.

Actions related to file operations on Google Drive.

Triggers

Does not exist.

Actions

ActionImportanceDescription
Create fileHighThis action creates a file in any folder in Google Drive.
List files in folderHighRetrieves a list of additional information (metadata) such as file names and file IDs of files and folders stored in a specified folder in Google Drive.
Copy fileHighThis action saves a file specified by URL to Google Drive.
Delete fileHighThis action deletes a file on Google Drive.
Extract archive to folderLowThis action unzips a Zip file stored in Google Drive.
Get file content using idMiddleThis action retrieves the contents of a file on Google Drive.
The files targeted by this action are Not Google Drive specific files such as Google Docs,but general text files, image files, Office files, etc, It is limited to files that can be downloaded as they are.
Get file content using pathHighRetrieves the contents of a file already in Google Drive (file content) by specifying the path. Appropriate when the file location is fixed.
Get file metadata using idMiddleThis action retrieves additional information (file name, updated file name, etc.) of any file in GoogleDrive.
Get file metadata using pathHighRetrieves additional information (metadata) such as file names of files already in Google Drive by specifying file IDs.
This is used when other metadata information is needed while the file ID is being obtained by other actions.
List files in root folderLowAcquire additional information (metadata) such as file names and file ID for files and folders stored in the top-level folder of Google Drive.
Update fileHighThis action updates the contents of a file on Google Drive.