Replies: 1 comment
-
|
I assume the error is caused by this: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I've encountered an issue with permission settings in the file browser. Even though I'm sending the following configuration from the server:
{ "success": true, "time": "2025-05-07 13:51:40", "data": { "code": 220, "permissions": { "allowFiles": true, "allowFileUpload": false, "allowFileUploadRemote": false, "allowFileRemove": true, "allowFileRename": false, "allowFileDownload": true, "allowFileMove": false, "allowFolders": true, "allowFolderCreate": true, "allowFolderRemove": true, "allowFolderRename": true, "allowFolderMove": false, "allowFolderTree": true, "allowImageResize": true, "allowImageCrop": true, "allowGeneratePdf": true } }, "elapsedTime": 0 }Files and folders are still draggable and can be moved in the file browser interface, despite allowFileMove and allowFolderMove both being set to false. All other permission settings seem to work correctly. Is there any additional configuration I need to change to completely disable the ability to move files and folders?
Thank you for your help.
Beta Was this translation helpful? Give feedback.
All reactions