OneDriveProviderOptions
Defined in: src/providers/cloud/OneDriveProvider.ts:56
Options accepted by createOneDriveProviderFactory.
Properties
Section titled “Properties”| Property | Type | Description | Defined in |
|---|---|---|---|
defaultHeaders? | Record<string, string> | Default headers applied before bearer auth on every request. | src/providers/cloud/OneDriveProvider.ts:68 |
driveBaseUrl? | string | Drive root URL used as the prefix for every Graph call. Defaults to https://graph.microsoft.com/v1.0/me/drive. Override with a SharePoint drive URL like https://graph.microsoft.com/v1.0/drives/{driveId}. | src/providers/cloud/OneDriveProvider.ts:64 |
fetch? | HttpFetch | Custom fetch implementation. Defaults to global fetch. | src/providers/cloud/OneDriveProvider.ts:66 |
id? | ProviderId | Provider id to register. Defaults to "one-drive". | src/providers/cloud/OneDriveProvider.ts:58 |
multipart? | OneDriveMultipartOptions | Resumable upload session tuning. Enabled by default. | src/providers/cloud/OneDriveProvider.ts:70 |