@filerobot/dropbox
v3.74.1
Published
Import files from Dropbox, into Filerobot.
Downloads
5,918
Keywords
Readme
@filerobot/dropbox
The Dropbox plugin for Filerobot Media Asset Widget. lets users import files from their Dropbox account.
Usage
NPM
npm install --save @filerobot/dropbox
YARN
yarn add @filerobot/dropbox
then
import Dropbox from '@filerobot/dropbox'
...
...
...
filerobot.use(Dropbox, propertiesObject)
CDN
The plugin from CDN is found inside Filerobot
global object Filerobot.Dropbox
const dropbox = window.Filerobot.Dropbox
...
...
...
filerobot.use(dropbox, propertiesObject)
Properties
title
Type: string
Default: 'Dropbox'
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.