File Entries
A File Entry represents either a file or a folder in Drime Cloud. Each entry has:- A unique ID
- A hash for public URLs
- A parent_id (null = root)
- A workspace_id (0 = personal space)
Workspaces
Workspaces allow you to organize your files and collaborate:Personal Space
workspaceId = 0 represents your default personal spaceShared Workspaces
Create workspaces to collaborate with your team
File Types
Drime Cloud automatically recognizes file types:| Type | Description |
|---|---|
folder | Folder |
image | Images (jpg, png, gif, etc.) |
video | Videos (mp4, mov, etc.) |
audio | Audio files (mp3, wav, etc.) |
pdf | PDF documents |
text | Text files |
file | Other files |
Permissions
When sharing, you can grant different permissions:view
view
Allows viewing the file/folder
edit
edit
Allows modifying the file/folder
download
download
Allows downloading the file
Vault (Encrypted Storage)
The Vault is a client-side encrypted storage area:- Client-side AES encryption
- Keys never leave your device
- Ideal for sensitive documents

