Can't share File Links Like images ending with .png in ownCloud 10.3.1 (stable)

Hello there, I change my OC version from 8 to 10.3.1.

When update it, the File link share is not present on 10 version , anybody know how to activate this option?

Any help please Urgent!

Can you explain in a little more detail where and how you’re trying to share the files? Perhaps some screenshots would be helpful.

Are you using the WebUI or the sync client?

If you’re using the WebUI, do you have an adblocker installed in your browser? I’ve noticed that my adblocker sometimes get’s a little overzealous and removes everything that has anything with the word “share” in it.

Can you run the following occ command on your server’s command line:

occ app:list
1 Like

Hello eneubauer, thanks for your quick response,

Respect that I can’t share file links:

On OC 8, there was an option to share links ending like this: with.png

https://owncloud.ezetera.com/owncloud/index.php/apps/galleryplus/s/EV5Uye5jFcQJvsr/12698580.png

So I use this links into a HTML code to call a image from an URL.

In new version (10.3.1) the links are like this:

https://owncloud.ezetera.com/index.php/s/Ht7BCCJnh4879oA

This version don’t have present File sharing.

1 Like

Oh so you don’t want the web page when sharing an image, you want just the image.

If you want to download it, you can just append /download to the public link and it will start the download of the image in the browser.
Like so:

https://owncloud.ezetera.com/index.php/s/Ht7BCCJnh4879oA/download

If you want to have the image displayed in the browser, I recommend going to the original public link (https://owncloud.ezetera.com/index.php/s/Ht7BCCJnh4879oA) and right clicking onto the image and then chose “Copy image location”. Or if you click “View image” your browser will go right there.

I quickly tested it with a docker container setup and the link should look something like this (and is also available to unauthenticated users)

https://owncloud.ezetera.com/index.php/apps/files_sharing/ajax/publicpreview.php?x=1920&y=645&a=true&file=12698580.png&t=Ht7BCCJnh4879oA&scalingup=0

I pasted parts of your URLs into my link to make it as close as possible to what it should be for you.

2 Likes

Dear Erik,

Many thanks for your help, it helpme a lot to recover my panel alerts images:

https://owncloud.ezetera.com/index.php/apps/files_sharing/ajax/publicpreview.php?x=1880&y=620&a=true&file=2019-12-05%2010_49_05-Pandora%20FMS%20-%20el%20Sistema%20Flexible%20de%20Monitorizaci%C3%B3n.png&t=IQr7ySC3ScGjvoM&scalingup=0


https://owncloud.ezetera.com/index.php/apps/files_sharing/ajax/publicpreview.php?x=1880&y=620&a=true&file=2019-12-05%2010_49_56-Pandora%20FMS%20-%20the%20Flexible%20Monitoring%20System.png&t=awHsY2F4kTZyjfP&scalingup=0

Wiki logo:

https://owncloud.ezetera.com/index.php/apps/files_sharing/ajax/publicpreview.php?x=1880&y=620&a=true&file=2019-12-05%2010_55_34-administrador%40wiki_%20_var_www_html_wiki.png&t=28aOnxYpXabPsvC&scalingup=0

///////////////////////

I close the issue:

Many thanks for your help Erik.

Have a great day :wink:

1 Like