If you’ve ever shared a Zoho Writer or WorkDrive public link, you might have noticed it opens in a viewer instead of triggering a download. But what if you want to create a direct download link or show the raw PDF view? 🤔
Here’s a simple trick using Zoho’s public file infrastructure to generate such links in seconds!
✅ Step-by-Step: Get a Direct Download Link from a Zoho Public URL
Let’s say you have a Zoho public link that looks like this:
https://workdrive.zohopublic.in/public/file/abcdefghijklmno12345
🔍 Step 1: Get the Document ID
The document ID is the last part of the URL, for example:
nginxCopyEditabcdefghijklmno12345
This is your Zoho Document ID.
🔗 Step 2: Create the Raw/Download Link
Simply append that ID to the following base URL:
https://workdrive.zohopublic.in/print/
So the final link becomes:
https://workdrive.zohopublic.in/print/abcdefghijklmno12345
When users visit this link:
- PDFs and documents are shown in raw view.
- Browser will typically prompt to download or open in PDF viewer (depending on the file type and browser settings).
🧪 Example in Action
| Public Link | Direct Download Link |
|---|---|
https://workdrive.zohopublic.in/public/file/aBcDeFgHiJkL123 | https://workdrive.zohopublic.in/print/aBcDeFgHiJkL123 |
Clicking the second link will open the PDF directly or trigger download — just like magic! ✨
💡 Bonus: Embed in HTML
Want to add a Download PDF button to your site?
Here’s how:
<a href="https://workdrive.zohopublic.in/print/aBcDeFgHiJkL123" download>
📥 Download PDF
</a>
Or make it a styled button:
<a href="https://workdrive.zohopublic.in/print/aBcDeFgHiJkL123" download style="padding:10px 20px; background:#007BFF; color:white; text-decoration:none; border-radius:5px;">
📥 Download PDF
</a>
🚀 Conclusion
With this simple trick, you can skip the viewer mode and instantly allow your users or team to access or download Zoho files — fast and easy. Whether you’re sharing guides, invoices, or downloadable content, this method makes file sharing smooth and professional. ✅
If you’d like a custom tool or automation to generate these links for bulk files or form submissions, reach out to me — i’d be happy to help!
0 Comments