While trying to load all the files in a particular folder for processing, we got the below error The attempted operation is prohibited because it exceeds the list view threshold – Microsoft.SharePoint.SPQueryThrottledException The folder we were targeting contained 25K files in it. (the default threshold – 5000 items) So we updated our code to make … Continue reading “Fixed – The attempted…
Continue Reading Nishant Rana’s Article on their blog
Fixed – The attempted operation is prohibited because it exceeds the list view threshold error- SharePoint Online
While trying to load all the files in a particular folder for processing, we got the below error The attempted operation is prohibited because it exceeds the list view threshold – Microsoft.SharePoint.SPQueryThrottledException The folder we were targeting contained 25K files in it. (the default threshold – 5000 items) So we updated our code to make…
Blog Syndicated with Nishant Rana’s Permission

