Skip to content
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

How to set read and upload options without delete to anonymous logins #19476

Closed
ukreddy-erwin opened this issue Feb 14, 2020 · 5 comments
Closed
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap

Comments

@ukreddy-erwin
Copy link

For edit option:
not logged in, anonmous user able to delete
For readonly option:
can download can't upload
For filedrop:
cant see existing files but can upload

But any option to upload/download but can't delete?

Can you see this image once fir details.

https://github.com/raw/ukreddy-erwin/logs/master/nextcloud/gif.gif

@nickvergessen
Copy link
Member

Unrelated to access control, so moving to server

@nickvergessen nickvergessen transferred this issue from nextcloud/files_accesscontrol Feb 14, 2020
@bpcurse
Copy link

bpcurse commented Feb 14, 2020

As far as I can tell this is a missing feature.

It can neither be achieved through WebUI nor through share API and file access control app would completely block access to a file/folder.

@ukreddy-erwin I think this should become a feature request.

@bpcurse
Copy link

bpcurse commented Feb 14, 2020

(Ugly) workaround for Nextcloud 18.x:

Create two share links targeting the same folder

  • create an upload only link for folder x
  • create a read only link for folder x
  • Put the upload link inside folder x (e.g. by using Link Editor app, so users can open it easily)
  • Share the read only link

By experimenting with this I have found a bug in 16.0.7 and 17.0.3:
If you give the two links different permissions, the permissions of one of the links are reset.

But it's working fine on 18.0.1

@bpcurse
Copy link

bpcurse commented Feb 14, 2020

This already has a solution (or at least a better workaround) and can probably be closed.
#6620 (comment)

EDIT: The database manipulation also works with 16.0.7

@skjnldsv skjnldsv added the 0. Needs triage Pending check for reproducibility or if it fits our roadmap label Aug 20, 2020
@szaimen
Copy link
Contributor

szaimen commented Jun 8, 2021

Please add this feature to the discussion in #26691 if not already present.
Thanks!

@szaimen szaimen closed this as completed Jun 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap
Projects
None yet
Development

No branches or pull requests

5 participants