🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis
Socket
Book a DemoInstallSign in
Socket

@filerobot/google-drive

Package Overview
Dependencies
Maintainers
1
Versions
1588
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@filerobot/google-drive

The Google Drive plugin for filerobot uploader lets users import files from their Google Drive account

npmnpm
Version
0.0.0-beta.0
Version published
Weekly downloads
1.6K
0.06%
Maintainers
1
Weekly downloads
 
Created
Source

@filerobot/google-drive

Uploader() logo: a superman puploader in a pink suit

Build Status

The Google Drive plugin for Uploader() lets users import files from their Google Drive account.

A Companion instance is required for the GoogleDrive plugin to work. Companion handles authentication with Google, downloads files from the Drive and uploads them to the destination. This saves the user bandwidth, especially helpful if they are on a mobile connection.

Uploader() is being developed by the folks at Transloadit, a versatile file encoding service.

Example

const Uploader = require('@filerobot/core')
const GoogleDrive = require('@filerobot/google-drive')

const uploader = Uploader()
uploader.use(GoogleDrive, {
  // Options
})

Installation

$ npm install @filerobot/google-drive --save

We recommend installing from npm and then using a module bundler such as Webpack, Browserify or Rollup.js.

Alternatively, you can also use this plugin in a pre-built bundle from Transloadit's CDN: Edgly. In that case Uploader() will attach itself to the global window.Uploader object. See the main Uploader() documentation for instructions.

Documentation

Documentation for this plugin can be found on the Uploader() website.

License

The MIT License.

FAQs

Package last updated on 21 Sep 2020

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