npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@trg-admin/n8n-nodes-zoho-workdrive

v0.1.6

Published

n8n community node for Zoho WorkDrive API v1 with OAuth2

Downloads

1,089

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.ALL
  • WorkDrive.team.ALL
  • WorkDrive.workspace.ALL
  • WorkDrive.links.ALL

License

MIT