Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the easiest way to work with Google Docs API in Ruby on Rails?

What is the easiest way to work with the Google Docs API in a Ruby on Rails application? Is there a gem available?

I did find this page: Google Data on Rails, is it the most up to date resource?

like image 540
benregn Avatar asked Mar 11 '12 20:03

benregn


1 Answers

The google data rails on page is really out of date, at least in a ruby 1.9.3 environment its non useful.

Having a play with the google_drive gem now....

https://github.com/gimite/google-drive-ruby#readme

I was able to get it to work by simply installing it and pasting the readme code into a file. What more can you ask for!?

like image 68
Bret Weinraub Avatar answered Sep 24 '22 04:09

Bret Weinraub