Skip to main content

Microsoft OneDrive

Microsoft OneDrive (formerly SkyDrive) is a file-hosting service operated by Microsoft.

Installation and Setup

First, you need to install a python package.

pip install o365

Then follow instructions here.

Document Loader

See a usage example.

from langchain.document_loaders import OneDriveLoader

API Reference: