Get Folder List
  • 02 Oct 2023
  • 1 Minute to read
  • Dark
    Light

Get Folder List

  • Dark
    Light

Article Summary

Step Details
Introduced in Version4.0.0
Last Modified in Version7.12.0
LocationIntegration > Google Drive

The Get Folder List step retrieves a list of folders stored within a specific folder in a user's Google Drive account. This step is particularly useful when accessing and working with folders located within a particular directory.

Prerequisites 

This step requires the Google Drive module to be installed before it will be available in the toolbox. 


Properties

Inputs

PropertyDescriptionData Type
CredentialThe authentication credentials or access token required to authorize and authenticate the operation.GoogleDriveCredential
Parent Folder IDThis input represents the ID of the parent folder within Google Drive to retrieve a list of folders.

Find the ID: In Google Drive, locate the file or folder, right-click, and select "Get Link" or "Share". A window will pop up displaying the sharing settings for the file or folder. The link will look something like the following: https://drive.google.com/file/d/FILE_ID/view or https://drive.google.com/drive/folders/FOLDER_ID.The Get File List and Get Folder List steps will also return File and Folder IDs.
String

Outputs

PropertyDescriptionData Type
Error InfoThis output provides information about any errors or issues that may have occurred during the execution of this step. It contains error codes, error descriptions, or other relevant error details.
GoogleDriveErrorInfo
ResultThis output contains a list of the folders within the parent folder; each item in the list will contain metadata for the file: id, file name, description, and sharing link.
---


Was this article helpful?