-
Notifications
You must be signed in to change notification settings - Fork 28
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
Unable to create and add files and folders #1120
Comments
Hey! Any errors in your |
Hello, Thank you for your feedback @skjnldsv . Yes, in the When I say file upload, I mean file upload via web interface. The tests are carried out via the web interface. I've never run the tests via the client. For your information, the tests are performed from different browsers (Firefox and Google Chrome). Furthermore, the logs I provided in my initial message are logs that appear in the file
Version of Guests plugin: Thank you. |
What quota has your guest user? |
When I create a user with Guests there is no default quota, it doesn't seem to be taken into account. I change it manually to 10GB. |
Can you do an |
I just tested it, and it works fine, if I change the quota of the quest to something specific, it works. |
I am reaching out to inform you that, despite updating our Nextcloud server to version 28.0.3, the issue faced by Guest users persists. These users are still unable to create content (files, folders) or upload files to the server. Disturbingly, the majority of these actions do not generate any error messages in the logs accessible through the Nextcloud web interface. However, an exception occurs when attempting to create text files, where we receive the following error: I have double-checked the settings of the Guest plugin, ensuring that all necessary applications were enabled for Guest accounts, but, unfortunately, this has not resolved the issue. For reference, here are the details of the concerned Guest user account:
I appreciate your prompt attention and support in resolving this issue. Should you require any additional information or specific logs to diagnose this problem, please do not hesitate to ask. Thank you in advance for your help. Best regards, |
Can you post the content of the first 403? (or all of them) ? |
Here are the results of the various queries in the following order:
New folder :
New document :
Upload file :
|
Can confirm that this is an issue in NC28. |
related to #1060 |
Hello,
I'm experiencing a persistent problem on our Nextcloud server, where our Guest users are unable to upload files or create folders, consistently receiving an HTTP 403 (Access Denied) error. This problem directly affects sharing functionality and collaboration with external users. Below you'll find a detailed description of the problem, the error messages observed, and the checks and resolution attempts already undertaken.
Problem description :
Guest users, when attempting to upload a file or create a folder via the web interface receive an HTTP 403 error. This problem seems to be specific to Guest users, as regular users do not encounter similar issues.
Error messages observed :
Attempted actions by Guest users generate the following error messages in Nextcloud access logs:
When attempting to upload a file: "PUT /remote.php/dav/files/myaccount%40gmail.com/Capture%20d%E2%80%99e%CC%81cran%202022-09%20a%CC%80%2014.31.48.png HTTP/1.1" 403 1403
When attempting to create a folder: "MKCOL /remote.php/dav/files/myaccount%40gmail.com/New%20folder HTTP/1.1" 403 1403
Actions already taken :
File system permissions have been checked and adjusted to ensure that the web server user has the appropriate rights to write to the Nextcloud data directory.
No specific rules blocking PUT or MKCOL methods were identified in the web server configuration files or in Nextcloud's .htaccess file.
No applications or configurations within Nextcloud were identified as being able to restrict the actions of Guest users. The list of installed applications was provided to examine possible sources of conflict.
File upload and folder creation functions work normally for regular users, indicating that the problem is specific to Guest users.
I'm asking for your help in identifying and resolving the problem of access denied to Guest users. Any guidance or suggestions on further steps to be taken would be greatly appreciated. Also, if any additional information or logs are needed, please let me know.
Thank you in advance for your time and assistance.
The text was updated successfully, but these errors were encountered: