Hi,
I have to prepare a report where I have to get folder path, users/groups and permissions on each of the folders and file in a document library. The library contains several nested folders and most of the folders have unique permissions. I am using SharePoint Rest API to get folders and permission.
If I loop through each of the folder and send request for permission so it is taking longer and page becomes irresponsive.
Please suggest a solutions.