google-drive-ruby icon indicating copy to clipboard operation
google-drive-ruby copied to clipboard

A Ruby library to read/write files/spreadsheets in Google Drive/Docs.

Results 71 google-drive-ruby issues
Sort by recently updated
recently updated
newest added

When using the download_to_file method, if using a string e.g. ``` path = Rails.root+pathname file.download_to_file(path) ``` undefined method `flush' for #

enhancement

I try do `worksheet.update_cells 1, 1, array`, where array.count 1000 rows and 15 columns. It operation work is too slow, 30 seconds. You write, what this method do not upload...

enhancement

I have a worksheet that's ~15,000 rows, ~55 columns. Calling #update on a ListRow can take up to ~30 seconds, depending on how many columns are being updated. This is...

enhancement
patch welcomed

Worksheet#insert_column method added. This was based on the equivalent method `insert_rows`. No tests - are they necessary to get this merged?

Is there functionality to watch/subscribe to notifications for a file? [Link](https://developers.google.com/drive/v2/reference/files/watch)

enhancement

It will be good to have anonymous connection to google drive

wontfix

Code issues here - https://codeclimate.com/github/gimite/google-drive-ruby

enhancement
patch welcomed

`ListRow#clear` only empties a line, `delete` would remove it so no empty line is left over. I've looked into the source code but I'm not sure whether there could be...

enhancement
patch welcomed

In lieu of the new google [security updates](https://developers.google.com/identity/protocols/oauth2/resources/oob-migration), I'm assuming this `google_drive` gem will be affected because it uses [OOB](https://github.com/gimite/google-drive-ruby/blob/55b996b2c287cb0932824bf2474248a498469328/lib/google_drive/session.rb#L158). Is there going to be a way to work around...