You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i get following error code:
System.Management.Automation.PSInvalidOperationException: The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing.
at PnP.PowerShell.Commands.Base.PnPConnectedCmdlet.ProcessRecord() in D:\a\powershell\powershell\src\Commands\Base\PnPConnectedCmdlet.cs:line 103
I got a foreach loop and want to get the files with Get-PnPFolderItem -FolderSiteRelativeUrl $sourceFolderPath
The loop works and suddenly I got the exception... Folder/Path is valid. I use the current PnP Version from yesterday.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
hey guys,
i get following error code:
System.Management.Automation.PSInvalidOperationException: The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing.
at PnP.PowerShell.Commands.Base.PnPConnectedCmdlet.ProcessRecord() in D:\a\powershell\powershell\src\Commands\Base\PnPConnectedCmdlet.cs:line 103
I got a foreach loop and want to get the files with
Get-PnPFolderItem -FolderSiteRelativeUrl $sourceFolderPath
The loop works and suddenly I got the exception... Folder/Path is valid. I use the current PnP Version from yesterday.
Is this kinda throtteling?
Do you have any idea?
Best regards
Rouven
Beta Was this translation helpful? Give feedback.
All reactions