Coder Social home page Coder Social logo

Comments (7)

SystemKeeper avatar SystemKeeper commented on May 23, 2024 4

If you have the links in a spreadsheet anyway and all your links end with "openfile=" you could try to translate them to an internal link:

=CONCATENATE("https://[HOST]/index.php/f/", RIGHT(A1,LEN(A1)-SEARCH("openfile=", A1)-8))
image

Just quick and dirty, but might work.

from server.

kesselb avatar kesselb commented on May 23, 2024

Thanks for your report.

The internal link is backwards-compatible / stable.
Actual URLs used by the frontend probably not.

Example for internal link (you find them in the sharing tab):
https://[HOST]/index.php/f/[FILEID]

I don't see an issue here but will forward it to clarify.

from server.

joshtrichards avatar joshtrichards commented on May 23, 2024

This has come up a couple times now. If nothing else might suggest an opportunity to clarify the documentation a bit.

from server.

calebjones avatar calebjones commented on May 23, 2024

From a usability standpoint, when linking to files in a durable way is the recommendation to NOT right-click "Copy Link" when browsing files and hovering over a file? That seemed to be the most straightforward way to do it (that produced the link that doesn't work after upgrade).

What is the best way to get the internal link for users browsing the file UI?

from server.

calebjones avatar calebjones commented on May 23, 2024

If you have the links in a spreadsheet anyway and all your links end with "openfile=" you could try to translate them to an internal link:

=CONCATENATE("https://[HOST]/index.php/f/", RIGHT(A1,LEN(A1)-SEARCH("openfile=", A1)-8))
image

Just quick and dirty, but might work.

Thanks for the recommendation. I'll try that out as a way to fix things.

from server.

SystemKeeper avatar SystemKeeper commented on May 23, 2024

What is the best way to get the internal link for users browsing the file UI?

If you open the share tab in the right sidebar, there’s an option to copy „Internal link“

from server.

blalyasar avatar blalyasar commented on May 23, 2024

This problem still on Nextcloud 29.
How can I solve.
When I open excel file on the web server, after save and turn back url is saved from cache and turn back this folder excel file is auto open .

from server.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.