How to set Groupfolders app's detailed permission

I set the detailed permissions.
I can’t find at least the setting item of “Create” on the browser. It is only “Write, Share, Delete”.
I tried with the occ command but I don’t know the Path. Nothing is displayed on Path column in occ groupfolders:permissions. A list can be displayed by occ groupfolders:list command. I can only know Folder ID.

occ groupfolders:permissions 1
+------+------------+-------------+
| Path | User/Group | Permissions |
+------+------------+-------------+

occ groupfolders:list
+-----------+----------------------+------------------------------+-------+---------+----------------------+
| Folder Id | Name                 | Groups                       | Quota | Size    | Advanced Permissions |
+-----------+----------------------+------------------------------+-------+---------+----------------------+
| 1         | TEST                 | Group A: read, write, share  | 1 GB  | 15.5 MB | Enabled              |
|           |                      | Group B: read, write, share  |       |         |                      |
+-----------+----------------------+------------------------------+-------+---------+----------------------+

Nextcloud 16.0.3, CentOS 7.6, PHP 7.3.7, Groupfolders 4.0.4.

1 Like