The Wayback Machine - https://web.archive.org/web/20210815183132/https://github.com/nextcloud/server/issues/25738
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Download link in versions opens file in OnlyOffice #25738

Closed
putt1ck opened this issue Feb 22, 2021 · 7 comments
Closed

Download link in versions opens file in OnlyOffice #25738

putt1ck opened this issue Feb 22, 2021 · 7 comments

Comments

@putt1ck
Copy link

@putt1ck putt1ck commented Feb 22, 2021

  1. Create office type file, make changes
  2. in file details, goto versions tab and click download arrow to see a previous version
  3. file opens in OnlyOffice instead of downloading

While this still gets access to the file, it is not the old version as it has been ingested by OnlyOffice; where the file (for example) is originally in Open Document Format, there's no way to get the actual previous version as File Export As generates a new version.

Workaround and clue to fix: if you copy the link and paste into the URL bar and append ?download the file then downloads as expected.

NC 20.0.7

@tomdereub
Copy link

@tomdereub tomdereub commented Apr 28, 2021

Quite the same issue for me, but with other type of files : when I click on download arrow, I get an error message : "format non supporté".
Thanks @putt1ck for the workaround with ?download, it works.
NC 20.0.7

@yorados
Copy link

@yorados yorados commented May 27, 2021

same issue for me.
Storage Share 20.0.9
Thanks for the workaround

@benfrancis
Copy link

@benfrancis benfrancis commented Jun 1, 2021

I'm unable to reproduce this bug with an .odt file in Chromium or Firefox on Ubuntu Desktop. Tested with NextCloud 20.0.7 and 22.0.0 beta 2 (current master). Chromium immediately downloads the file and Firefox prompts the user to ask whether to open it in LibreOffice Writer or to save it.

Which browser and OS are you using?

@tomdereub
Copy link

@tomdereub tomdereub commented Jun 9, 2021

In my case :

  • Nextcloud 20.0.8, installed on yunohost 4.2.5.3
  • App nextcloud Onlyoffice 6.4.2
  • App yunohost Onlyoffice 6.1.0~ynh1
  • Firefox 89.0 on Windows 10
@yorados
Copy link

@yorados yorados commented Jun 10, 2021

In my case firefox 89 on ubuntu 20.4.2
nextcloud provider is Hetzner

@thmo
Copy link

@thmo thmo commented Jul 18, 2021

Same issue here, with Nextcloud 22.0.0 (self-hosted via docker), Onlyoffice App 7.0.4, Onlyoffice 6.3.1 (self-hosted via docker).

@szaimen
Copy link
Contributor

@szaimen szaimen commented Aug 8, 2021

If I understand this issue correctly is this actually a feature of the OnlyOffice connector since 6.4.0:
https://github.com/ONLYOFFICE/onlyoffice-nextcloud/releases/tag/v6.4.0
So this needs to be fixed in the onlyoffice connector either way.

@szaimen szaimen closed this Aug 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment