Skip to main content

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)
{
  "id": 123456,
  "name": "document.pdf",
  "type": "pdf",
  "hash": "MTIzNDU2fA",
  "parent_id": null,
  "workspace_id": 0
}

Workspaces

Workspaces allow you to organize your files and collaborate:

Personal Space

workspaceId = 0 represents your default personal space

Shared Workspaces

Create workspaces to collaborate with your team

File Types

Drime Cloud automatically recognizes file types:
TypeDescription
folderFolder
imageImages (jpg, png, gif, etc.)
videoVideos (mp4, mov, etc.)
audioAudio files (mp3, wav, etc.)
pdfPDF documents
textText files
fileOther files

Permissions

When sharing, you can grant different permissions:
Allows viewing the file/folder
Allows modifying the file/folder
Allows downloading the file

Vault (Encrypted Storage)

The Vault is a client-side encrypted storage area:
Vault files are encrypted with your password. If you lose this password, files are unrecoverable.
  • Client-side AES encryption
  • Keys never leave your device
  • Ideal for sensitive documents