jdenicola

Results 3 comments of jdenicola

The problem is in the `__init__` for the ClientContext class. It needs to pass only the first part of the base_url (the "root") to AuthenticationContext. It is passing the entire...

I'm having this same issue with Get-PnpFolder -Url $folderName -ErrorAction SilentlyContinue It throws a "File Not Found" error instead of continuing.

Any ETA on a fix for this, or at least revert the change that broke it? I'm still chasing down this in my scripts, having to replace them with try/catch.