Webdav permissions error onlyoffice groups

Hi everybody!
Help solve the problem: i setup webdav according to this instruction: Creating a WebDAV server on Ubuntu and connecting it to ONLYOFFICE - ONLYOFFICE
Connects, ok, but directories and files are only created at the top level. When creating a subdirectory or file in a directory, a permissions error occurs. When connecting to the server from Linux, everything works and subdirectories and files are created as expected.

Hello,
Please specify the version of Community Server you are using and provide a log file web.files.log after reproducing the error.
Logs are located at /var/log/onlyoffice/

Carl, thanks for the feedback
Docker onlyoffice/communityserver: 11.6.0.1620
I found this log in /app/onlyoffice/CommunityServer/logs

2022-06-04 06:21:32,498 ERROR [1620] ASC.Files - System.Security.SecurityException: You do not have sufficient rights to create
at ASC.Files.Thirdparty.Sharpbox.SharpBoxFileDao.SaveFile (ASC.Files.Core.File file, System.IO.Stream fileStream) [0x000da] in :0
at ASC.Files.Thirdparty.ProviderDao.ProviderFileDao.SaveFile (ASC.Files.Core.File file, System.IO.Stream fileStream) [0x00088] in :0
at ASC.Web.Files.Services.WCFService.FileStorageServiceController.CreateNewFile (System.String parentId, System.String title, System.String templateId) [0x0017e] in :0 Syste>
at ASC.Files.Thirdparty.Sharpbox.SharpBoxFileDao.SaveFile (ASC.Files.Core.File file, System.IO.Stream fileStream) [0x000da] in :0
at ASC.Files.Thirdparty.ProviderDao.ProviderFileDao.SaveFile (ASC.Files.Core.File file, System.IO.Stream fileStream) [0x00088] in :0
at ASC.Web.Files.Services.WCFService.FileStorageServiceController.CreateNewFile (System.String parentId, System.String title, System.String templateId) [0x0017e] in :0

Hello @Mike134,

Please install the latest update for Community Server and check if the issue is reproduced.
In order to install the update, execute the installation script with -u true parameter:
bash workspace-install.sh -u true