Get file information action in Google Drive
- Updated: 2023/02/06
Get file information action in Google Drive
Use the Get file information action in the Google Drive package to enable you to get the file information of a file from Google Drive.
Settings
- Enter the same username that you provided in the Connect action.
- Select whether to identify the file by file path and name,
or by ID. If this is a shared folder, you must use the
FILE ID option.Note: The ID is the value in the URL after the last forward slash. For example, if the URL is
https://docs.google.com/spreadsheets/d/12dlAwvrEA4JeLysfFky9
, the ID is12dlAwvrEA4JeLysfFky9
- Select or create a dictionary variable to hold the file
information which is stored in two keys: the
name
key holds the file name and theextension
key holds the file extension.