Files_sharing_raw - can't set up "enable raw link"

Nextcloud Server version

33.0.0NCP

webcli: manjaro\firefox

Raw Fileserver 0.5.1

I can’t check the “enable raw link” option in the sharing properties. I check the box, but it clears within a second.
What could be the reason?

Also, please clarify whether raw links are available for password protected public links?

Hi @DukeSolo,

Did you hit the “Update share” button?

Raw links are generally not password protected. Would you like to have optional password protection on raw links?


ernolf

Thanx for reply, Ernolf!

Raw links are generally not password protected. Would you like to have optional password protection on raw links?

No. Actually, I want to keep enforced password protection policy for public links. But also wanna some files to be accessed easily.

So, your app looks like solution.

Regarding “enable raw link“ checkbox, I can’t check it at all.

Checkbox clears in a split second after I’ve checked it. Before I can push any button or move the cursor.

I’ll try to make video later, if this behavior is unclear.

I also have the same problem, I am using nextcloud AIO

1 Like

Have the same issue, checkbox unchecking after split of second.

1 Like

Update: Found the issue and could reproduce it.

In order for the short /raw/$token URLs to work, the app must be added to an array in the core code from the server. This change has already been implemented with this PR, but it will take until the next server point release for this change to arrive in the server core code.
Until then, an alternative setup was designed to work with longer urls. Unfortunately the alternative setup (without patching) doesn’t work correctly in this case. I am working on a fix. So the only working solution right now is the patch. How this must be done in “All-In-One” and Docker can be found here: Readme-aio


ernolf

This behavior should be resolved with version 0.5.2

h.t.h.


ernolf

1 Like