-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NotPermittedException: No create permission for folder #11717
Comments
GitMate.io thinks possibly related issues are #10650 ("Not allowed because you don't have permissions to create subfolders in that folder"), #7588 (Folder permissions), #1671 (Aggregation of shared folder permissions - Possible? Feasible? Wanted?), #1608 (cannot increase permissions), and #8931 (external folder can not be shared with delete permissions). |
Having a similar error:
Using docker and ldap. Looks like a caching problem? |
Probably related to #10436. Fixed it by removing the whole data/appdata_* folder and following the steps mentioned here: #10436 (comment) |
I solved a similar problem by commenting out that access check. Nextcloud has the correct permissions. The checkPermissions method is broken, or rather whatever that thing calls. |
As I cannot reproduce the original issue anymore, I will close this ticket. If this is still happening please make sure to upgrade to the latest version. After that, feel free to reopen. |
Steps to reproduce
Expected behaviour
Should be able to occ upgrade to 14.0.1
Actual behaviour
An unhandled exception has been thrown:
OCP\Files\NotPermittedException: No create permission for folder in /var/www/owncloud/lib/private/Files/Node/Folder.php:166
http://paste.ubuntu.com/p/cSr2DtKVqP/
Server configuration
Operating system:
Ubuntu 18.04
Web server:
apache2
Database:
mysql
PHP version:
7.2.10
Nextcloud version: (see Nextcloud admin page)
13.0.6.1
The text was updated successfully, but these errors were encountered: