WAYSCloud Drive
File sync and storage with desktop clients, web access, team libraries, versioning, and sharing links. Sign in with your WAYSCloud account — no separate registration.
Best for: file collaboration, document sharing, backup sync, team libraries.
Open in dashboard · Open Drive
What this is
WAYSCloud Drive is a file sync and storage service integrated with the WAYSCloud platform. It works like Dropbox or Google Drive — upload files via web or desktop client, share with links, and sync across devices.
Authentication uses your WAYSCloud account via OAuth SSO. No separate credentials needed.
This is not object storage. For S3-compatible programmatic file access, use Object Storage.
When to use it
Use this when
- You need file sync across devices (desktop, web, mobile)
- You want to share files with team members or external users
- You need versioning and file history
- You want a simple file manager in the browser
Consider something else when
- You need S3-compatible API access → Object Storage
- You need database storage → Databases
- You need large-scale programmatic uploads → Object Storage
What you get
- Storage: 50 GB per user
- Web access: browser-based file manager at drive.wayscloud.net
- Desktop sync: Windows, macOS, and Linux clients
- Libraries: organize files into team libraries with per-library permissions
- Sharing: generate links with optional password and expiry
- Versioning: file history with restore capability
- SSO: sign in with your WAYSCloud account
Pricing
Included with platform. 50 GB per user.
How it works
- Log in at drive.wayscloud.net with your WAYSCloud account
- Create libraries to organize your files
- Upload files via web or install the desktop sync client
- Share files or libraries via links
- Files sync automatically across all connected devices
What you see in the dashboard
- Libraries: list of file libraries with size and member count
- Files: browse, upload, download, rename, and delete
- Sharing: active share links with permissions
- History: file versioning and activity log
- Trash: recently deleted files (recoverable)
- Storage usage: used vs available quota
Fastest way to get started
Dashboard
- Open drive.wayscloud.net
- Sign in with your WAYSCloud account
- Create a library and upload files
- Install the desktop client for automatic sync
Example request and response
WAYSCloud Drive is accessed through the web interface and desktop clients. There is no public REST API for file operations.
For programmatic file access, use Object Storage with S3-compatible SDKs.
Common use cases
- Team file sharing — shared libraries with per-member permissions
- Document collaboration — share drafts with external reviewers via links
- Desktop sync — keep files synchronized across work and personal devices
- Backup — automatic sync of important directories
- Client delivery — share project files with customers via password-protected links
Related services
- Object Storage — S3-compatible programmatic storage
- Databases — structured data storage
- VPS — mount Drive libraries on your server
Related documentation
- Compare: Drive vs Object Storage — choose the right storage model
- Getting Started — platform overview
- Authentication — how SSO works