SharePointLoader(
self,
**kwargs: Any = {},
)Load from SharePoint.
The ID of the SharePoint document library to load data from.
The path to the folder to load data from.
The IDs of the objects to load data from.
The ID of the folder to load data from.
Whether to load authorization identities.
The path to the token to make api calls
Whether to load extended metadata. Size, Owner and full_path.
Load documents lazily. Use this when working at a large scale. Yields: Document: A document object representing the parsed blob.
Retrieve the access identities (user/group emails) for a given file. Args: file_id (str): The ID of the file. Returns: List: A list of group names (email addresses) that have access to the file.
Retrieve extended metadata for a file in SharePoint. As of today, following fields are supported in the extended metadata:
dict containing the extended metadata of the file, including size, owner,
and full path.