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

Excluded the plus sign from getting decoded in Get-PnPFile #1990

Merged
merged 3 commits into from
Jun 16, 2022

Conversation

KoenZomers
Copy link
Collaborator

Type

  • Bug Fix
  • New Feature
  • Sample

Related Issues?

Fixes #1864

What is in this Pull Request ?

Addresses the issue reported through #1864 where trying to use Get-PnPFile for a file containing a plus character in its filename would throw an exception. Explicitly added a fix for the plus character. Hopefully that's the only character thats problematic here. We cannot remove the decoding as a whole as that would cripple special characters in filenames.

@gautamdsheth gautamdsheth merged commit 6bbc6b7 into pnp:dev Jun 16, 2022
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.

[BUG] Get-PnPFile throws "Does Not Exist" error when source path contains "+" (plus symbol)
2 participants