Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@filerobot/onedrive

Package Overview
Dependencies
Maintainers
0
Versions
1140
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@filerobot/onedrive

Import files from OneDrive, into Filerobot.

latest
npmnpm
Version
3.114.5
Version published
Weekly downloads
1.4K
4284.38%
Maintainers
0
Weekly downloads
 
Created
Source

@filerobot/onedrive

Plugins Website Version Scaleflex team License

Filerobot Widget logo

The OneDrive plugin for Filerobot Media Asset Widget lets users import files from their OneDrive account.

Usage

NPM

npm install --save @filerobot/onedrive

YARN

yarn add @filerobot/onedrive

then

import OneDrive from '@filerobot/onedrive'
...
...
...
filerobot.use(OneDrive, propertiesObject)

CDN

The plugin from CDN is found inside Filerobot global object Filerobot.OneDrive

const oneDrive = window.Filerobot.OneDrive
...
...
...
filerobot.use(oneDrive, propertiesObject)

Properties

title

Type: string

Default: 'OneDrive'

The title/label that would be shown & used for the plugin.

companionHeaders

Type: null | object

Default: null

If you need to pass additional headers for in companion requests then pass them in this property.

FAQs

Package last updated on 20 Feb 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts