Cloud Storage Services and Features
Major cloud storage platforms: OneDrive (Microsoft) — integrated with Windows 10/11 and Microsoft 365; 5 GB free, 1 TB with Microsoft 365. Google Drive — integrates with Google Workspace (Docs, Sheets); 15 GB free across Gmail/Drive/Photos. iCloud Drive (Apple) — integrates with macOS and iOS; 5 GB free, upgradeable. Dropbox — cross-platform, strong third-party app integration. Box — enterprise-focused, compliance features.
How cloud storage sync works: a sync client (desktop app) monitors a designated local folder. When files are added, modified, or deleted, the sync client uploads changes to the cloud server and downloads changes from other devices. Sync is bidirectional — changes on any device propagate to all. Selective sync: choose which folders sync locally (useful when laptop storage is smaller than total cloud storage).
Storage types in the cloud: file storage (most common — folders and files, like OneDrive and Dropbox). Object storage (AWS S3, Azure Blob) — stores files as objects with metadata, highly scalable, used for backups and web assets — not typically a user-facing 'folder' experience. Block storage (AWS EBS) — virtual hard disk for VMs.
Troubleshooting cloud storage: sync not updating — check internet connection, verify sync client is running (tray icon), sign-in status. Storage quota exceeded — files won't upload; purchase more storage or delete old files. Sync conflicts — file modified simultaneously on two devices; cloud creates conflict copies (filename-conflict.docx). Permission errors — sharing settings, expired shared links, organization policy restrictions.
Security and Privacy Considerations
Encryption: data in transit is encrypted (TLS/HTTPS). Most providers encrypt data at rest. End-to-end encryption: only the user holds the encryption key — even the provider cannot read the data. Most mainstream services (OneDrive, Google Drive) do NOT use end-to-end encryption by default — the provider can access data. Tresorit, ProtonDrive: end-to-end encrypted alternatives.
Data sovereignty: cloud storage is physically stored in data centers in specific countries — subject to that country's laws. Enterprises with compliance requirements (GDPR, HIPAA) must verify where data is stored and whether the cloud provider has appropriate compliance certifications.