BundleUp logo
ah

OneDrive

Microsoft cloud storage for syncing, storing, and sharing files across devices.

https://graph.microsoft.com
Terminal
curl https://proxy.bundleup.io/[...] \
  -H "Authorization: Bearer Zw7Lt7..." \
  -H "BU-Connection-Id: conn_abc123"
Proxy
const bundleup = new BundleUp('Zw7Lt7...');

const proxy = bundleup.proxy('conn_abc123');
const response = await proxy.get('/[...]');

Unified MCP Tools

me
Get the OneDrive account the connection is authenticated as.
files
Retrieve a list of files from OneDrive.

Unified API Endpoints

/me
Retrieve the OneDrive account this connection is authenticated as.
/drive/files
Retrieve a list of files from the connected OneDrive.

We use cookies to understand how you use our site and to improve your experience. Analytics cookies are only set once you accept. See our Privacy Policy for details.