OptionalactionOneDrive picker action mode. Defaults to "query".
OptionaladvancedAdvanced configuration object forwarded directly to the OneDrive SDK.
OptionalapiAPI key, used by Google Drive in addition to clientId.
Azure AD / Entra application (client) ID.
OptionalenabledSet to false to completely disable this provider.
Disabled providers are excluded from the picker dialog.
Defaults to true.
OptionalheadersExtra HTTP headers forwarded to provider API calls (e.g. for WebDAV requests).
OptionalmultiWhether to allow selecting multiple files at once. Defaults to false.
OptionalpickerURL of a custom picker page that communicates back via postMessage
using the PickerMessage contract. When set, the built-in SDK flow
is bypassed entirely and this URL is opened in a popup window.
OptionalpopupWindow features string passed to window.open for the picker popup (e.g. "width=1120,height=760").
OptionalredirectOAuth redirect URI registered in the Azure AD app. Defaults to the current page origin + pathname.
OptionalscopesOAuth scopes to request. Falls back to a provider-specific default when omitted.
OptionaltimeoutPer-provider picker timeout in milliseconds. Overrides MultiCloudPluginOptions.popupTimeoutMs.
OptionaltokenPre-obtained access token. When supplied, the provider may skip the interactive auth step.
Configuration for the OneDrive provider. Requires a
clientIdfrom Microsoft Entra (Azure AD) app registration.Author
Salvatore Callari Callari@WaXCode.net