Description
TeraBox – n8n Integration
Powerful TeraBox cloud storage automation for n8n workflows with session-based authentication, comprehensive file management, and media streaming capabilities
Join Our Telegram Group for Help and Support
TeraBox in your browser
2. Open Developer Tools (F12) → Network tab
3. Trigger any action and copy the Cookie header
4. Copy the jsToken from the query parameters
5. Create credentials in n8n with these values
For detailed step-by-step instructions, see our Authorization Guide.
2. Configure Credentials
In n8n → Settings → Credentials:
https://dm.nephobox.com)3. Validate Your Session
1. Add a Terabox node
2. Set Resource to Authentication
3. Set Operation to Validate Session
4. Execute to verify your credentials work
🎯 Comprehensive Operations Guide
For detailed documentation of all operations with parameters, examples, and use cases, see our Operations Guide.
🔧 Available Operations
| Resource | Operations |
| —————— | —————————————————————————————————————- |
| Authentication | Start QR Login, Check QR Login, Complete QR Login, Refresh Session Tokens, Validate Session, Session Diagnostics |
| User | Get Info, Get Quota |
| File | List, Search, Get Metadata, Download, Upload, Delete, Empty Recycle Bin, Copy, Move, Rename |
| Share | Activate, Verify, Query, List, Copy |
| Media | Stream URL, Share Stream URL, Metadata |
🛡️ Security Features
Session-Based Authentication
All authentication uses secure session cookies:
Input Validation
Comprehensive validation ensures data integrity:
Enhanced Error Handling
The node handles common TeraBox errors gracefully:
⚡ Performance Features
Smart File Listing
Efficient Operations
Structured Output
All operations return consistent output format:
{
"success": true,
"operationStatus": {
"resource": "file",
"operation": "list",
"summary": "List completed successfully. Returned 25 items.",
"timestamp": "2026-03-31T00:00:00.000Z"
}
}
🚨 Troubleshooting
For comprehensive troubleshooting guidance, common issues, and solutions, see our Troubleshooting Guide.
Quick Fixes
| Issue | Solution |
| ——————- | ——————————— |
| Session expired | Re-authenticate using QR Login |
| File not found | Use exact path from File > List |
| Upload failed | Check storage quota and file size |
| Invalid credentials | Re-copy cookie and jsToken |
📚 Documentation
Use Cases
Automated File Management
Media Processing
Backup Workflows
Share Management
Advanced Configuration
Category Filters
Use numeric codes for file categories:
1 – Videos2 – Music3 – Pictures4 – Documents6 – OthersDate Range Filtering
Filter files by modification time:
Batch Operations
Process multiple files at once:
["/path/to/file1.txt", "/path/to/file2.txt"]
URL Uploads
Upload files directly from URLs:
1. Set Upload Source to URL
2. Provide the source URL
3. Node downloads and uploads automatically
🤝 Contributing
We welcome contributions to make TeraBox even better! Please see our Contributing Guide for detailed guidelines.
📄 License
MIT License – see LICENSE file for details.
🔗 Resources
—
Publishing Status





NPM Status











GitHub Status









Dependency Status







—
Built with ❤️ for n8n automation workflows