-
Notifications
You must be signed in to change notification settings - Fork 159
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
Authenticated user cannot download file via public link share #10473
Comments
|
maybe it was already fixed? I'm trying to find where |
the issue is in the master branch.
|
we have test for public https://github.com/owncloud/web/blob/master/tests/e2e/cucumber/features/smoke/shares/link.feature#L70-L72 I'll expand the suite for the athenticated user |
I'm not sure. Maybe it has something to do with: https://github.com/owncloud/ocis/pull/8385/files related? |
fix on the way in #10494 |
Fixed in #10494. So, closing this issue. |
Describe the bug
When a user tries to download a file inside a folder whose public link is shared, the download fails with with status code
401 Unauthorized
.Steps to reproduce
As user
Admin
test-folder
test-file.txt
insidetest-folder
test-folder
As user
einstein
admin
test-file.txt
Expected behavior
The file should be successfully downloaded.
Actual behavior
The download fails with status code
401
.Screencast.from.02-13-2024.05.12.03.PM.webm
Setup
ownCloud Web UI 8.0.0-rc.2
Infinite Scale 5.1.0-prealpha+01d40c278
The text was updated successfully, but these errors were encountered: