Skip to content

Instantly share code, notes, and snippets.

@tannerwelsh
tannerwelsh / google_drive_parsing.rb
Created June 23, 2012 05:40 — forked from Pcushing/google_drive_parsing.rb
Log into google docs and parse the data, work in progress
require 'rubygems'
require 'google_drive'
require 'csv'
# Go get your consumer key, client_secret, and client_id for Google Drive here https://code.google.com/apis/console/
consumer_key = 'INSERT YOUR CONSUMER_KEY HERE'
client_secret = 'INSERT YOUR CLIENT_SECRET HERE'
client_id = 'INSERT YOUR CLIENT_ID HERE'
client = OAuth2::Client.new(