Get metadata information about a folder.

Input Fields

  • Folder ID (text): Unique ID of the folder.

Output Fields

Folder - data associated specifically with the folder.

  • Folder Name(text): Name of the folder.
  • Description (text): Description of the folder.
  • Starred(True/False):
    • True (text): A folder has a “Starred” label applied to it.
    • False (text): A folder does not have a “Starred” label applied to it.
  • Parent Folder ID (list): Provides a list output for all of the parent folders inside of which the folder you read information exists.
  • Web View Link (URL): Url directly to the link that will pull up the folder inside GoogleDrive.
  • Created Time(date - iso format): Date when the Folder was created.
  • Modified Time (date - iso format): Date when the Folder was last modified.
  • Last Modified User (text): Name of the user who last modified the folder.

Permissions - permissions specific information about the folder.

  • Shared (true/false): whether the folder is shared and accessible or not.
  • Owner (text): Name of the person who owns the folder.
  • Editors (list): List of names of people who have edit access to the folder.
  • Viewers (list): List of names of people who have viewer access to the folder.
  • Commenters (list): List of names of people who have comment access to the folder.
  • Allow File Discovery (true/false): whether the folder is discoverable or not via search inside GoogleDrive.
  • Writers Can Share (true/false): whether the people with write access can share the folder.
  • Viewers Can Copy Content (true/false): whether views can copy out of the folder.