google-drive-ruby
google-drive-ruby copied to clipboard
A Ruby library to read/write files/spreadsheets in Google Drive/Docs.
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 #
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...
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...
Create Sheet Api
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)
It will be good to have anonymous connection to google drive
Code issues here - https://codeclimate.com/github/gimite/google-drive-ruby
`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...
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...