Hiroshi Ichikawa
Hiroshi Ichikawa
I see. But the feature looks useful, so you can actually send a pull request. The API is available vial google-api-client gem: https://developers.google.com/sheets/quickstart/ruby So I would prefer to use the...
Here's code to construct DriveService instance with authorization object. I guess you can construct SheetsService here as well and pass the same authorization object: https://github.com/gimite/google-drive-ruby/blob/master/lib/google_drive/api_client_fetcher.rb#L22
Thanks! Looks good. But can you rename it to insert_cols for consistency with num_cols etc.? It's optional, but would be nicer to have test similar to one for insert_rows: https://github.com/gimite/google-drive-ruby/blob/master/test/test_google_drive.rb#L152...
It is not implemented for now. Happy to accept pull request :)
It seems Google's API doesn't allow it. See: https://github.com/gimite/google-spreadsheet-ruby/issues/1
This is somewhat frequent request, so I'll keep this open and label as wontfix to make it clear this is known issue which we won't (can't) fix.
I tried it and it seems not.
You can still use service account, I believe.
Hm I'm not sure where is the best location to put this information. Maybe I should create FAQ page... Using service account is probably the most close to "anonymous access",...
Thanks for letting me know a useful site. I'm working on a major update, so I will revisit it after the update.