Skip to content

parallel588/carrierwave-google_drive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Carrierwave::GoogleDrive

This gem adds storage support for Google Drive to CarrierWave

Installation

Add this line to your application's Gemfile:

gem 'carrierwave-google_drive'

And then execute:

$ bundle

Or install it yourself as:

$ gem install carrierwave-google_drive

Usage

Note that for your uploader, your should extend the CarrierWave::Uploader::GoogleDrive class.

class DocumentUploader < CarrierWave::Uploader::GoogleDrive

  google_login    '[email protected]'
  google_password 'password'

    
end

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

carrierwave-google_drive

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages