Recursively builds a folder tree from Google Drive, listing all files and folders.
npm install n8n-nodes-google-drive-treeThis is an n8n community node. It lets you generate a folder tree structure from Google Drive in your n8n workflows.
Core node for Google Drive can only list files in a single folder, this node recursively lists all files and folders starting from a given root folder ID.
n8n is a fair-code licensed workflow automation platform.
Installation
Credentials
Usage
Resources
Follow the installation guide in the n8n community nodes documentation.
You need to authenticate with googleDriveOAuth2Api credentials.
Just pass root folder ID.
* n8n community nodes documentation
* Google Drive API documentation