Storage
Per-user file storage — upload, download, organise into folders, attach metadata, and track quota.
Concepts
| Concept | Description |
|---|---|
| Folder | A directory container for files. Supports nesting. Auto-creates intermediate folders. |
| File | A stored object with content, metadata, tags, and a checksum |
| Pre-signed URL | A time-limited URL for direct upload/download to the storage backend |
| Quota | Per-user storage limit tracked by the platform |
All storage is scoped to the authenticated user. Each user has their own folder tree and quota.
Where to next
| Page | Covers |
|---|---|
| Uploading & Downloading | Direct upload, signed URLs, and retrieval |
| Folders | Creating and deleting folders |
| Managing Files | Listing, searching, metadata, moves, deletes, quota |
Related
- Authentication & API Keys — Keys and acting on behalf of a user
- Storage API Reference — Full endpoint reference