Skip to main content
Drives

List Drives

List Drives

Lists every drive available to the authenticated account, including shared drives.


Options

Google Drive account

Select the Connection action set up in the flow.

Returns

Javascript code

js
actions["action-id"].drives // list of available drives (List)

Field selection

  • drives — list with every available drive. Each item holds id and name (List)

Rules and Conditions

  • The Google Drive account field is required.
  • Shared Drives are included in the list when the account has access to them.