Socket
Socket
Sign inDemoInstall

@filerobot/google-drive

Package Overview
Dependencies
4
Maintainers
5
Versions
1031
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @filerobot/google-drive

Google Drive plugin for Filerobot Widget lets users import files from their Google Drive account into Filerobot


Version published
Weekly downloads
568
decreased by-24.47%
Maintainers
5
Created
Weekly downloads
 

Readme

Source

@filerobot/google-drive

Plugins Website Version Scaleflex team License CodeSandbox

Filerobot Widget logo

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

Usage

NPM

npm install --save @filerobot/google-drive

YARN

yarn add @filerobot/google-drive

then

import GoogleDrive from '@filerobot/google-drive'
...
...
...
filerobot.use(GoogleDrive, propertiesObject)

CDN

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

const googleDrive = window.Filerobot.GoogleDrive
...
...
...
filerobot.use(googleDrive, propertiesObject)

Properties

title

Type: string

Default: 'Google Drive'

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

Last updated on 26 Apr 2024

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc