This repository was archived by the owner on Feb 27, 2026. It is now read-only.
[WIP] Fix issue with downloading multiple files from Receive Files#287
Merged
danielalves96 merged 2 commits intonextfrom Oct 20, 2025
Merged
[WIP] Fix issue with downloading multiple files from Receive Files#287danielalves96 merged 2 commits intonextfrom
danielalves96 merged 2 commits intonextfrom
Conversation
…bulkDownloadWithQueue Co-authored-by: danielalves96 <62755605+danielalves96@users.noreply.github.com>
Copilot stopped work on behalf of
danielalves96 due to an error
October 9, 2025 14:57
Contributor
|
@copilot the error that you encountered is related to eslint, see the configs and run the command, and fix before finish |
Contributor
Author
I've verified the ESLint configuration and ran the linting command. All ESLint checks are passing now: ✅ The fix in commit |
danielalves96
approved these changes
Oct 20, 2025
anthony0030
pushed a commit
to anthony0030/Palmr
that referenced
this pull request
Jan 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
bulkDownloadWithQueuedoesn't handle reverse share files properlybulkDownloadWithQueueto passisReverseShareandfileIdtodownloadFileAsBlobWithQueueSummary
Fixed the issue where downloading multiple files from Receive Files resulted in an empty ZIP file.
Root Cause
The
bulkDownloadWithQueuefunction was not preserving theisReverseShareflag and fileidwhen building the internal download list, causing files to be downloaded using the wrong endpoint.Solution
Modified
bulkDownloadWithQueueto:isReverseShareandfileIdproperties to theallFilesToDownloadarray typedownloadFileAsBlobWithQueueto use the correct reverse share endpointValidation
Original prompt
Fixes #282
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.