Also with disabled download button the user can download the video with add /download to the link e.g. https://cloud.server.tld/s/abcdefghijklmno/download.
In principle, you cannot prevent the download as the video is played locally in the browser.
Cool. Thanks for the info. "Share has no download permission"
Maybe you can use browser dev tools (F12) for more details.
I have tried to recreate the problem in Nextcloud 31 with a very small video (700 kb). I could not reproduce the error. But I have problems with the Guests app. Then it doesn’t work at all. Do you use the app Guests? Can you disable or uninstall the app Guests? Sometimes there are side effects with other apps. Perhaps you can uninstall a few manually installed apps as a test.
In browser dev tools (F12) i get HTTP 403 Forbidden for the path/url of your server /nxtc/public.php/dav/files/sRMM3ParPSwHJcd/. Maybe someone can help. Maybe an issue for GitHub.
You can test the standard PHP version from Ubuntu 24.04 LTS. But i think that does not help.
In your test have you disabled manually the download? Because when sharing as only read the download function still be flagged when should be not. If the download is allowed then the video is visible.
For now I will use a custom CSS for hide the multiple download
It also happens, when you share it with an internal account, needn’t to generate a share-link. The 31.0.2 is the first version what is tried ever and i didn’t know that this is a bug or a feature.
Before the version 31.0.2 I was using the version 29.XX and hide the download option just hide the download button. I was hoping in a new version that can forbid the download and 31.0.2 seems is doing this job but if you activate the hide download the video cannot be played.
I think it’s a bug because has no sense block the download and even the play of a video. For now I’m using a CSS to hide all download buttons and when I share a video I need keep the option to download the video on… also if I don’t wanna the video can be downloaded.
So in the version before 31.0.2 the hide download was just hiding the button for the download but shared video can be played. Experts user was also able to download even if the button was hide. It’s not so hard.
In the version 31.0.2 there is a try to forbid the download but this should be not broke the fact video cannot be anymore played.
Will see in the next Nextcloud version what will happen