uppy/packages/@uppy/google-drive
Ifedapo .A. Olarewaju 561e290926
Merge pull request #925 from transloadit/customheaders-uppyserver
feature: add support for custom headers sent to uppy-server
2018-06-30 12:16:17 +01:00
..
src Merge pull request #925 from transloadit/customheaders-uppyserver 2018-06-30 12:16:17 +01:00
types Add uppy.use() overloads to plugin typings. 2018-06-28 16:30:13 +02:00
LICENSE Move GoogleDrive plugin to @uppy/google-drive 2018-06-18 01:04:48 -04:00
package.json Release 2018-06-28 17:12:13 +02:00
README.md Move GoogleDrive plugin to @uppy/google-drive 2018-06-18 01:04:48 -04:00

@uppy/google-drive

Uppy logo: a superman puppy in a pink suit

Build Status

The Google Drive plugin for Uppy lets users import files from their Google Drive account.

An Uppy Server instance is required for the GoogleDrive plugin to work. Uppy Server 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.

Uppy is being developed by the folks at Transloadit, a versatile file encoding service.

Example

const Uppy = require('@uppy/core')
const GoogleDrive = require('@uppy/google-drive')

const uppy = Uppy()
uppy.use(GoogleDrive, {
  // Options
})

Installation

$ npm install @uppy/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 Uppy will attach itself to the global window.Uppy object. See the main Uppy documentation for instructions.

Documentation

Documentation for this plugin can be found on the Uppy website.

License

The MIT License.