Public folders

Browse /folder/{id}. Private folders 404 for non-owners. Folder comments need toggle.public_folder_comments.

Public folders

Shared folder pages listing nested files and folders.

Where to find it

/folder/{folderId}

How it works

Folders are File rows with isFolder: true and the same Public flag. Public folders list children visitors can see. Non-owners get 404 if the folder is not public (not the private-file wall); owners can still view private folders while signed in.

Private children inside a public folder stay owner-only. Share/embed tabs work like file pages. Folder comments need Public folder comments (toggle.public_folder_comments, default off).

Common problems

Private child inside a public folder

Visitors may see a lock - opening that child can still fail.

URL is ID-based

/folder/{id} is not the storage path name alone.

Related