OneDriveLoader(
self,
**kwargs: Any = {},
)Settings for the Microsoft Graph API client.
Whether to authenticate with a token or not. Defaults to False.
Number of bytes to retrieve from each api call to the server. int or 'auto'.
Flag to indicate whether to load files recursively from subfolders.
Only fetch documents modified since given datetime. The datetime object
Provide custom handlers for MimeTypeBasedParser.
Load documents from Microsoft OneDrive.
Uses SharePointLoader under the hood.