Skip to content

winebarrel/google_drive-persistent_session

Repository files navigation

GoogleDrive::PersistentSession

Persist credential for google-drive-ruby.

Installation

Add this line to your application's Gemfile:

gem 'google_drive-persistent_session'

And then execute:

$ bundle

Or install it yourself as:

$ gem install google_drive-persistent_session

Usage

require 'google_drive/persistent_session'

#GoogleDrive::CredentialStorage.store = Google::APIClient::FileStore.new('~/.google_drive-oauth2.json')

session = GoogleDrive::PersistentSession.login

session.files.each do |file|
  puts file.title
end

About

Persist credential for google-drive-ruby.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages