@trg-admin/n8n-nodes-zoho-workdrive
v0.1.6
Published
n8n community node for Zoho WorkDrive API v1 with OAuth2
Downloads
1,089
Maintainers
Readme
@trg-admin/n8n-nodes-zoho-workdrive
This is an n8n community node for interacting with Zoho WorkDrive API v1.
Zoho WorkDrive provides online file storage, team workspaces, content management, and collaboration.
Operations
File
- Upload: Upload files from workflow binary data into a specified parent folder or workspace.
- Download: Download files directly to workflow binary data.
- Get Metadata: Retrieve complete file attributes, size, status, and parent IDs.
- Delete / Trash: Trash or permanently delete files.
- Copy: Copy files to another destination folder.
- Move: Move files to another folder.
- Rename: Rename files.
- Create Share Link: Create public or password-protected external share links with customizable role (viewer, editor, commenter) and expiration.
Folder
- Create: Create new subfolders.
- Get Metadata: Retrieve folder information.
- Get Contents (List): List files and subfolders within a folder, with filtering and pagination (
returnAll/limit). - Delete / Trash: Trash or permanently delete folders.
- Copy: Copy folders to another destination folder.
- Move: Move folders to another folder.
- Rename: Rename folders.
Team Folder (Workspace)
- Get Many: List workspaces/team folders in a team.
- Get Details: Retrieve workspace details.
- Create: Create a new team workspace.
Team / User
- Get Current User & Default Team: Retrieve authenticated user information and default team ID.
- Get Teams: List all teams available to the user.
Multi-Datacenter OAuth2 Support
Supports all official Zoho regional authentication and API endpoints:
- United States (US):
accounts.zoho.com/zohoapis.com - European Union (EU):
accounts.zoho.eu/zohoapis.eu - India (IN):
accounts.zoho.in/zohoapis.in - Australia (AU):
accounts.zoho.com.au/zohoapis.com.au - Japan (JP):
accounts.zoho.jp/zohoapis.jp - Canada (CA):
accounts.zohocloud.ca/zohoapis.ca - China (CN):
accounts.zoho.com.cn/zohoapis.com.cn
Required OAuth Scopes
WorkDrive.files.ALLWorkDrive.team.ALLWorkDrive.workspace.ALLWorkDrive.links.ALL
