OneDriveLoader(
self,
**kwargs: Any = {},
)Settings for the Office365 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'.
Should the loader recursively load 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.