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

Single file downloads from a share are not working #3296

Closed
zodac opened this issue Jun 10, 2024 · 2 comments
Closed

Single file downloads from a share are not working #3296

zodac opened this issue Jun 10, 2024 · 2 comments
Labels

Comments

@zodac
Copy link

zodac commented Jun 10, 2024

Description
I created a share for a directory on my file system. I can download the full directory using the large 'Download' button just fine. And if I double click a file to select it, I can also download using the large 'Download' button.

However, if I highlight a file in the directory (single click), I see the option to download in the header. But when I click, I get an escaped URL:
https://my.site/api/public/dl/shareId%2Ffile.txt?

Expected behaviour
I expect the download link URL to be:
https://my.site/api/public/dl/shareId/file.txt

When I edit the URL myself, this link works.

What is happening instead?
The link is being escaped.

How to reproduce?

  • Create a share of a directory with multiple files
  • Open the share link
  • Highlight a single file, then download it from the header link:
    image
Copy link

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

@github-actions github-actions bot added the Stale label Jul 11, 2024
Copy link

This issue was closed because it has been stalled for 5 days with no activity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant