Skip to content

Project permissions

Organizations decide who is in your workspace. Project permissions decide what each of those people can do with each project.

Nothing here changes an existing hub until you use it: the default is write for every workspace member, which is exactly the behavior BearDrive has always had.

Higher includes lower.

Level Can
none nothing — the project is hidden: absent from the project list, every request denied
read browse, view, render, download, per-file history, read heat — and pull, so a device stays current
write everything in read, plus upload, sync push, and creating or revoking share links
admin everything in write, plus rename the project, delete it, and edit its permissions

Edit them in the hub UI: Project settings → People. Everyone with access sees the section; only an admin gets live controls.

  • The default applies to every workspace member without an explicit grant. It starts as write.
  • Exceptions are per-person grants. They are limited to members of the project’s workspace — there are no outside collaborators.
  • The creator of a project becomes its first admin.
  • Workspace owners are implicitly admin on every project in their workspace, whether or not they appear in the list. Granting an owner a level is refused rather than silently ignored: they always resolve to admin, so a project admin can never lock an owner out.
  • A project always keeps at least one admin. Removing or demoting the last explicit admin grant is refused — including an admin trying to remove themselves.

Projects created before permissions existed have no recorded creator, so they start with no explicit admins and are governed by workspace owners until someone grants one. If your workspace has no owner-level account left, you cannot administer those projects — promote an owner first.

Set the default to No access and the project becomes invite-only: only the people listed as exceptions (and workspace owners) can see it. Everyone else is treated exactly like a non-member — the project does not appear in their project list at all.

A hub saying no is not the same as a hub being unreachable, and BearDrive keeps them apart. In both cases your local files and your local history are left alone — losing access never deletes or reverts anything on your disk.

Your teammates’ changes keep arriving and materializing normally. Your own edits are still journaled locally; they are simply never pushed. They are not dropped either — if you are granted write again, they go out on the next cycle with nothing to do by hand.

pending: 3 local change(s) not yet pushed
access: read-only (pull only) — 3 local change(s) stay on this device

Nothing is pulled, pushed, or written. The daemon keeps ticking cheaply and re-checks, so a re-grant resumes on its own.

access: no access to this project — sync paused

Either line shows up in bdrive status, in bdrive sync output as remote: read-only (pull only) / remote: no access — sync paused, and once — on the transition, not every tick — in the project’s daemon.log.

If you see one, there is nothing to fix on the device. Ask a project admin or a workspace owner to change your level.

Public /s/<token> links are anonymous by design and keep serving until revoked. Cutting someone’s access to a project does not kill share links they minted — revoke those separately (bdrive share --list / bdrive share --revoke, or the workspace’s shares view).