nextcloud / guests

🙈 Create guest users which can only see files shared with them
https://apps.nextcloud.com/apps/guests
GNU Affero General Public License v3.0
46 stars 27 forks source link

when share_folder parameter is set in config.php, guests are unable to see incoming shares as the share_folder define cannot be created #1193

Closed maximelehericy closed 4 days ago

maximelehericy commented 2 weeks ago
  1. set share_folder parameter to folderForIncomingShares in config.php
  2. create a folder, and invite a guest
  3. log in with guest account
  4. see the shared folder in the Files widget on the dashboard
  5. click on it.
  6. you see nothing
  7. click on Files, you see nothing

As guest quota is 0B, folderForIncomingShares cannot be created.

Expected:

folderForIncomingShares should be created, and guests should be able to access data shared with them.

alexanderdd commented 2 weeks ago

from Maxime: there is a workaround: create a groupfolder named "Shared", with only read access for only Guests group

joshtrichards commented 5 days ago

See #1106 and #335