nextcloud / previewgenerator

Nextcloud app to do preview generation in the background.
https://apps.nextcloud.com/apps/previewgenerator
GNU Affero General Public License v3.0
449 stars 55 forks source link

Preview-Generator + Groupfolder + read-only Link-Share = Previews cannot be loaded (404) #447

Open koelle25 opened 4 months ago

koelle25 commented 4 months ago

When sharing a folder from inside a Groupfolder via a public link, and the permissions for this link are read-only, previews cannot be loaded. Browser console reports 404 for them: grafik

When setting the permissions of the public link share to "Editable" it immediately starts working again: grafik

As of now it is unclear if the problem is in the code of the Previewgenerator app or the Groupfolders app. There's also an issue over there: nextcloud/groupfolders#2740