Skip to content

What is Zoho WorkDrive?

Zoho WorkDrive is the team-collaboration storage product from Zoho Corporation — the bootstrapped, India-headquartered SaaS company with over 100 million users across its 50+ business apps (CRM, Mail, Books, Projects, Sprints). WorkDrive sits between consumer cloud (Google Drive, Dropbox) and enterprise content management (Box, SharePoint), pricing aggressively at $2.50/user/month for the Starter plan (1 TB shared), scaling through $4.50/user (Team, 3 TB) and $9/user (Business, 5 TB). Above 10 users, every additional Team-plan user adds 300 GB to the shared pool — capping at 60 TB total. WorkDrive runs in 6 regional datacenters (Global / Europe / India / Japan / Australia / Canada), with data residency contractually guaranteed per region for GDPR / DPDPA compliance.

What makes WorkDrive distinctive is the Team + Workspace + Folder hierarchy: a Zoho account belongs to one or more Teams, each Team holds Workspaces (analogous to Slack channels for files), and Workspaces contain folders. CloudsLinker connects via OAuth + resource selection — after the OAuth handshake, you select region, Team, and (optionally) Workspace to scope the connection. The Zoho WorkDrive API has one important quirk: the standard upload endpoint caps requests at 250 MB per file; anything larger requires the separate uploadlargefile endpoint that handles chunked uploads. CloudsLinker uses both endpoints automatically based on file size — you don't need to think about it.

Key features of Zoho WorkDrive

Why connect Zoho WorkDrive to CloudsLinker

CloudsLinker connects to Zoho WorkDrive through Zoho's OAuth 2.0 + resource-selection flow. After the OAuth handshake on the regional Zoho domain (e.g. accounts.zoho.com for Global, accounts.zoho.eu for Europe, accounts.zoho.in for India), you select the Team and optional Workspace to scope the connection. Once connected, transfers run server-to-server using the WorkDrive REST API — small files via the upload endpoint, files above 250 MB via uploadlargefile with chunked support. Use as source for migrating Zoho WorkDrive content to Google Drive / OneDrive / Dropbox / SharePoint, as destination for backing up other clouds into WorkDrive's pooled-storage model, or for ongoing scheduled sync.

What you can do with Zoho WorkDrive on CloudsLinker

Team + Workspace scoped migration

Team + Workspace scoped migration

Migrate a specific Zoho Team / Workspace to Google Drive, OneDrive, Dropbox or S3 — without touching unrelated Teams in the same Zoho org.

Runs on our servers

Runs on our servers

WorkDrive transfers execute on CloudsLinker infrastructure. Useful for migrating multi-TB Team data without consuming local bandwidth.

Scheduled & incremental sync

Scheduled & incremental sync

Hourly / daily / weekly schedules. Useful for ongoing backup of Zoho-resident data to off-vendor cloud storage.

Filter by Workspace, type, size

Filter by Workspace, type, size

Migrate only one Workspace, exclude files > 50 GB (Team plan cap), or back up just office documents.

Common Zoho WorkDrive transfer scenarios

Migrate Zoho WorkDrive → Google Drive / OneDrive when leaving Zoho ecosystem

Companies that consolidate from Zoho's full suite onto Google Workspace or Microsoft 365 need to move every Team's WorkDrive content. CloudsLinker copies Workspaces individually preserving folder hierarchy and file timestamps. Multi-TB Team migrations complete in days; per-user permissions don't transfer (different identity models).

Off-site 3-2-1 backup of Zoho WorkDrive to S3 / Wasabi

WorkDrive's native trash retention is limited (typically 30 days). For real disaster recovery, schedule a CloudsLinker nightly incremental from a Team's Workspaces to Wasabi ($6.99/TB) or B2 ($6/TB) with Object Lock immutability. Critical for compliance-heavy use cases.

Migrate Box / Dropbox → Zoho WorkDrive for cost reduction

Companies moving from Box ($35/user Enterprise) or Dropbox Business ($24/user) to WorkDrive ($4.50/user Team) cut per-user storage spend by 80 %+ while keeping team collaboration features. CloudsLinker handles the bulk migration via OAuth on both sides.

Cross-region WorkDrive migration: India → EU for GDPR-aligned customer data

Indian companies serving EU customers may need to relocate specific datasets from zoho.in to zoho.eu for GDPR data residency. CloudsLinker connects each region as a separate cloud and runs cross-region copies — preserving folder hierarchy across the region boundary.

Cold-archive stale WorkDrive content to S3 Glacier

Most Teams accumulate completed-project Workspaces that nobody opens but still consume storage. Use CloudsLinker filters (modified-before-date) to migrate cold Workspaces to S3 Glacier Instant Retrieval ($0.004/GB) — typically 90 % cheaper per TB than expanding the WorkDrive plan.

How to connect Zoho WorkDrive to CloudsLinker

Zoho WorkDrive uses OAuth 2.0 + resource selection through the regional Zoho authorization domain.

Before you start

Confirm your Zoho account region (this controls which Zoho auth domain you use):

  • Global / US: accounts.zoho.com (most common)
  • Europe: accounts.zoho.eu
  • India: accounts.zoho.in
  • Japan: accounts.zoho.jp
  • Australia: accounts.zoho.com.au
  • Canada: accounts.zoho.ca

If you’re not sure, check the URL of your normal Zoho login page — the suffix after accounts.zoho. matches your region. Selecting the wrong region during OAuth will fail authentication.

Connection steps

  1. In CloudsLinker, click Add Cloud → choose Zoho WorkDrive.
  2. Enter a custom display name (e.g. “Zoho — Marketing Team”).
  3. Select the correct region from the dropdown (Global / Europe / India / Japan / Australia / Canada).
  4. The browser redirects to Zoho’s OAuth page on the matching regional domain. Verify the URL before signing in.
  5. Sign in with your Zoho account that has access to the Team + Workspace you want to migrate.
  6. Review the requested scopes — CloudsLinker requests WorkDrive read/write access. Click Accept.
  7. Select the Team from your account’s available Teams.
  8. (Optional) Select a specific Workspace to scope the connection further. Leave blank to access all Workspaces in the Team.
  9. Click Confirm — the connection appears in your cloud list, scoped to that Team + (optional) Workspace.

Revoke access

To revoke CloudsLinker’s OAuth access later: accounts.zoho.com (or your regional domain) → Account SettingsConnected Apps → find CloudsLinker → Revoke. The access token becomes immediately invalid.

Zoho WorkDrive upload & download limits you should know

Zoho’s plans differ on file size cap, total pooled storage, and per-user features:

  • Plans (annual billing):
    • Starter: $2.50/user/mo, 1 TB pooled (min 3 users), 10 GB per file
    • Team: $4.50/user/mo, 3 TB pooled (3–10 users), 50 GB per file
    • Business: $9/user/mo, 5 TB pooled, 250 GB per file
  • Pooled storage above 10 users (Team plan): +300 GB per additional user, capped at 60 TB total.
  • Bundle plans: Zoho One (full suite) — 250 GB per file. Zoho Workplace (productivity suite) — 10 GB per file.
  • Additional storage add-ons: $60/yr for 10 GB, $144/yr for 100 GB, $348/yr for 1 TB.
  • API endpoints:
    • upload — files up to 250 MB.
    • uploadlargefile — files above 250 MB, supports chunked upload up to your plan’s per-file cap.
  • API rate limits: Zoho throttles aggressive patterns; CloudsLinker handles back-off automatically.
  • 6 regional datacenters: Global, Europe, India, Japan, Australia, Canada. Account region locked at signup.
  • Trash retention: 30 days standard; longer on Business plan and higher tiers.
  • Version history: included on all paid tiers; configurable retention per Team admin.
  • Sharing & permissions: Workspace-scoped roles (Admin, Organizer, Editor, Viewer) inside each Workspace. Permissions don’t transfer cross-region or cross-cloud.

Sources: Zoho WorkDrive: Plans & Pricing, Zoho WorkDrive: API Documentation, Zoho WorkDrive: Upload large files in chunks, Zoho WorkDrive: Storage settings.

Zoho WorkDrive + CloudsLinker — Frequently Asked Questions

What's the Team / Workspace / Folder hierarchy?

Zoho WorkDrive structure: a Zoho account belongs to one or more Teams; each Team contains Workspaces (group-scoped file collections, similar to Slack channels for files); each Workspace holds folders and files. CloudsLinker scopes its connection at the Team + Workspace level — pick which Workspace to migrate, not the entire Team.

Why do I need to select a region during OAuth?

Zoho operates 6 regional datacenters with separate accounts. auth domains. Selecting the wrong region fails authentication. Match your account's signup region: Global → accounts.zoho.com, Europe → accounts.zoho.eu, India → accounts.zoho.in, Japan → accounts.zoho.jp, Australia → accounts.zoho.com.au, Canada → accounts.zoho.ca.

What's the largest file I can transfer?

Depends on your Zoho plan: Starter / Zoho Workplace Bundle: 10 GB per file. Team plan: 50 GB per file. Business plan / Zoho One Bundle: 250 GB per file. CloudsLinker uses the uploadlargefile API endpoint for files above 250 MB, which handles chunked transfer up to your plan's limit.

Will CloudsLinker hit Zoho's API rate limits?

Zoho applies API throttling but doesn't publish exact per-second numbers. CloudsLinker handles back-off on rate-limit responses and resumes automatically. Multi-TB Team migrations typically complete at 200–500 GB/day per Workspace connection.

How does pooled storage work above 10 users on Team plan?

Team plan starts at 3 TB pooled for 3–10 users. Above 10 users, every additional user adds +300 GB to the shared pool — so 50 users gets 3 TB + (40 × 300 GB) = 15 TB total. Pool caps at 60 TB; beyond, custom enterprise pricing required.

Are my Zoho credentials safe with CloudsLinker?

Yes. CloudsLinker uses OAuth 2.0 — your Zoho password never leaves Zoho's own login page (the regional accounts.zoho.* domain). CloudsLinker only receives a revocable access token. Revoke from accounts.zoho.com → Account Settings → Connected Apps → CloudsLinker → revoke.

Can I migrate between two Zoho regions?

Yes. Connect each region as a separate cloud in CloudsLinker (each with its own OAuth scoped to that region's Zoho domain), then run a cross-region copy. Folder structure and file content transfer; sharing permissions don't (each region has its own identity model).

Does CloudsLinker preserve Zoho-specific metadata?

WorkDrive-specific metadata (custom labels, version history) doesn't exist outside Zoho and can't be preserved cross-provider. File content, folder hierarchy, modification timestamps, and creator/modifier display names are preserved when both source and destination support them.

How do Zoho One / Zoho Workplace bundles affect WorkDrive?

Zoho One (full 50+ app bundle) includes WorkDrive with the highest 250 GB per-file cap. Zoho Workplace (productivity bundle: WorkDrive + Mail + WorkPlace apps) includes WorkDrive with the lower 10 GB per-file cap. Standalone WorkDrive plans (Starter / Team / Business) have their own per-tier caps.

Is this an official Zoho partnership?

No. CloudsLinker is a third-party tool that uses Zoho WorkDrive's public OAuth and REST API. Revoke access anytime from accounts.zoho.com → Account Settings → Connected Apps.

Zoho WorkDrive transfer guides

Step-by-step walkthroughs for moving data to and from Zoho WorkDrive.

Conclusion

Zoho WorkDrive sits in the productivity sweet spot — cheaper per-user than Box / Dropbox Business, with team-scoped Workspace organization that mirrors how mid-sized companies actually structure shared documents. CloudsLinker connects via OAuth + region + Team selection, handles the 250 MB API endpoint switching, and preserves Workspace structure during migrations to or from Google Drive / OneDrive / Dropbox / S3. Connect with the matching regional Zoho domain and run your first migration in minutes.

Online storage services supported by CloudsLinker

Transfer data between over 49 cloud services with CloudsLinker

OneDrive

OneDrive

Google Drive

Google Drive

Google Photos

Google Photos

Shared Drive

Shared Drive

OneDrive for Business

OneDrive for Business

Dropbox

Dropbox

Box

Box

Mega

Mega

pCloud

pCloud

Yandex

Yandex

ProtonDrive

ProtonDrive

AWS

AWS

GCS

GCS

iDrive

iDrive

Storj

Storj

DigitalOcean

DigitalOcean

Wasabi

Wasabi

1fichier

1fichier

PikPak

PikPak

TeleBox

TeleBox

OpenDrive

OpenDrive

Backblaze B2

Backblaze B2

Fastmail file

Fastmail file

SharePoint

SharePoint

Nextcloud

Nextcloud

ownCloud

ownCloud

Premiumize me

Premiumize me

HiDrive

HiDrive

Put.io

Put.io

Sugar Sync

Sugar Sync

Jottacloud

Jottacloud

Seafile

Seafile

Ftp

Ftp

SFtp

SFtp

NAS

NAS

WebDav

WebDav

4shared

4shared

Icedrive

Icedrive

Cloudflare R2

Cloudflare R2

Scaleway

Scaleway

Doi

Doi

iCloud Drive

iCloud Drive

iCloud Photos

iCloud Photos

FileLU

FileLU

Zoho WorkDrive

Zoho WorkDrive

Telia Cloud / Sky

Telia Cloud / Sky

Drime

Drime

Filen

Filen

TeraBox

TeraBox

Didn't find your cloud service? Contact: [email protected]