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

Fix downloading from File Shares and Blob Containers #1357

Merged
merged 2 commits into from
Dec 9, 2024

Conversation

MicroFish91
Copy link
Contributor

@MicroFish91 MicroFish91 commented Dec 5, 2024

Fix #1349

Basically fixed the resourceUri so that we reference the parent (File Share or Blob Container) URI which is what the old implementation expects to work properly.

I tried downloading all combinations of the files/folders below and it is working again... if you can think of anything else to try let me know.

image

image

@MicroFish91 MicroFish91 marked this pull request as ready for review December 5, 2024 22:03
@MicroFish91 MicroFish91 requested a review from a team as a code owner December 5, 2024 22:03
@MicroFish91 MicroFish91 changed the title Fix downloading for File Shares and Blob Containers Fix downloading from File Shares and Blob Containers Dec 6, 2024
@nturinski nturinski merged commit 7f8bf0e into main Dec 9, 2024
2 checks passed
@nturinski nturinski deleted the mwf/crude-lavender branch December 9, 2024 18:42
nturinski added a commit that referenced this pull request Dec 10, 2024
* Fix downloading from File Shares and Blob Containers (#1357)

* Fix downloads

* Remove unused change

* Install azcopy in build pipeline (#1358)

* Add viewProperties model to get full data of storage account (#1359)

* Update package lock (#1361)

* Update package lock

* Update version

---------

Co-authored-by: Matthew Fisher <[email protected]>
Co-authored-by: Alex Weininger <[email protected]>
nturinski added a commit that referenced this pull request Dec 10, 2024
* Fix downloading from File Shares and Blob Containers (#1357)

* Fix downloads

* Remove unused change

* Install azcopy in build pipeline (#1358)

* Add viewProperties model to get full data of storage account (#1359)

* Changelog and NOTICE

---------

Co-authored-by: Matthew Fisher <[email protected]>
Co-authored-by: Alex Weininger <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

An error occurs when downloading a folder from blob container
2 participants