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

[web/remote] cannot download folders #120908

Closed
akosyakov opened this issue Apr 9, 2021 · 4 comments
Closed

[web/remote] cannot download folders #120908

akosyakov opened this issue Apr 9, 2021 · 4 comments
Labels
*as-designed Described behavior is as designed

Comments

@akosyakov
Copy link
Contributor

I cannot download folders in Gitpod and Codespaces:
Screenshot 2021-04-09 at 10 19 51

It asks me to select a folder and after that displays the dialog above. I would expect that it creates a folder (or an archive with the content) in Downloads on my disk.

@bpasero bpasero added the *as-designed Described behavior is as designed label Apr 9, 2021
@bpasero
Copy link
Member

bpasero commented Apr 9, 2021

You cannot pick a system folder directly. This is a decision Chrome makes.

@akosyakov
Copy link
Contributor Author

@bpasero I was wondering whether you consider to tar selected resources (if there are multiple) and stream the archive while downloading? It should resolve the issue and also have less data to transfer.

@bpasero
Copy link
Member

bpasero commented Apr 12, 2021

I think if there was a way to compress and zip directly from the browser and stream to disk without involving server knowledge, that could be an alternative. Otherwise, we typically do not encode server side knowledge into VSCode unless there is no other way.

@github-actions github-actions bot locked and limited conversation to collaborators May 24, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*as-designed Described behavior is as designed
Projects
None yet
Development

No branches or pull requests

3 participants
@bpasero @akosyakov and others