Google Drive Connector(Power Automate Cloud flows)
Actions related to file operations on Google Drive.
Contents
Triggers
Does not exist.
Actions
Action | Importance | Description |
---|---|---|
Create file | High | This action creates a file in any folder in Google Drive. |
List files in folder | High | Retrieves 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 file | High | This action saves a file specified by URL to Google Drive. |
Delete file | High | This action deletes a file on Google Drive. |
Extract archive to folder | Low | This action unzips a Zip file stored in Google Drive. |
Get file content using id | Middle | This 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 path | High | Retrieves 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 id | Middle | This action retrieves additional information (file name, updated file name, etc.) of any file in GoogleDrive. |
Get file metadata using path | High | Retrieves 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 folder | Low | Acquire additional information (metadata) such as file names and file ID for files and folders stored in the top-level folder of Google Drive. |
Update file | High | This action updates the contents of a file on Google Drive. |