-
-
Notifications
You must be signed in to change notification settings - Fork 79
SharePoint
Due to the "complex" way how SharePoint itself is structured, a quick summary will first be given here. This will allow you to better understand how to obtain files from "SharePoint" in GraphSpy, and why it is separated into three modules.
An organization's SharePoint usually consists of several SharePoint Sites. These Sites basically are the overarching containers to which other resources are linked (such as pages, lists, drives, ...). A SharePoint Team Site is commonly created to allow users of a team to share information within their team, and/or with other teams.
Documents can not be directly attached to a SharePoint site, so it is not directly possible for GraphSpy to list all files of a SharePoint Site. Instead, one or multiple Drives can be created on a SharePoint site, on which files and folders can then be added.
Because of this, the SharePoint functionality in GraphSpy consists of the following three modules:
-
SharePoint Sites
- Allows to list all Sites accessible for the current user
-
SharePoint Drives
- Allows to list all accessible Drives on a specific SharePoint Site
-
SharePoint Files
- Allows to browse through the files of a specific Drive