Subsite cannot be found using correct subsite ID, despite the fact that the subsite exists, using Microsoft Graph
I have an application that reads files from a subsite on Sharepoint. Application permissions are being used, and those permissions have been applied to the SiteId. Below is the relevant portion of the code:
Sharepoint DriveItem permissions list empty for read-only shared item
I have an application that uses Graph API to access driveItems from a sharepoint site.
The items are shared with users by sharing them with a group. The group only has read access to the item.
Sharepoint Permissions Limit
There is a limit of 50,000 unique permissions per Document Library in Sharepoint. What I’m trying to do is count the number of unique permissions and if it goes over a certain number then create a new document library automatically