Google Sheets data is super easy to use in Ruby apps. Now that you know how to do it, what will you build? What would you like to see next on this channel?
@code_explorations5 жыл бұрын
I'm using it read-only to generate PDFs of class lists from a master spreadsheet.
@benwalsh28255 жыл бұрын
Thanks for posting this! Your python version of this video is what got me into writing scripts. It's a lot of fun.
@twilio5 жыл бұрын
I’m so happy to hear this :)
@tjbihh5 жыл бұрын
Brilliantly clear and useful - thank you
@twilio5 жыл бұрын
Thanks for watching!
@thecodeprovider Жыл бұрын
Thanks a lot, you save my day bro !
@Aluston17832 жыл бұрын
Thanks! Excellent video!
@FonchoRG4 жыл бұрын
Thank you so much, this video is very helpful!
@_jikkujose5 жыл бұрын
Very well explained! Thanks!
@autotask89425 жыл бұрын
Its possible to create or copy documents with this gem?? And share the documents?
@code_explorations5 жыл бұрын
Loved it; thanks.
@twilio5 жыл бұрын
Thanks for watching!
@dannbrown1468 Жыл бұрын
could you share the repo ?
@love_tacos Жыл бұрын
Am I the only one who's getting the "cannot load such file -- google/api_client" error? For some reason the google_drive gem is not playing nice...
@love_tacos Жыл бұрын
nevermind..... somehow....when I added google_drive gem to an existing project with an existing gemfile, it installed version 1.0....which is weird. Either way, i've moved on. Cheers!
@joegillian25485 жыл бұрын
Thanks for the video. My question is, how would you feed a google sheet with scraped data from an HTML website using ruby? Thanks
@SteffenRoller4 жыл бұрын
It's the same method as feeding your sheet with data from a database. Perhaps your question is: How do I scrape data from a website? Just checkout stackoverflow.com, I'm sure the same question was ask multiple times before. That will most likely give you and idea.
@pirga195 жыл бұрын
I did exactly as you showed, but I'm getting this undefined method `from_service_account_key' for GoogleDrive::Session:Class (NoMethodError)
@ZnMgkbvprb4 жыл бұрын
Check the gem version.
@pamelariquelme14914 жыл бұрын
Love u 4 this
@addubgib5 жыл бұрын
@julioa11193 жыл бұрын
I have this error message: .rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/google_drive-3.0.7/lib/google_drive/session.rb:85:in `initialize': No such file or directory @ rb_sysopen - client_secret.json (Errno::ENOENT) any idea?
@twilio3 жыл бұрын
Your application can't find the client_secret.json file you downloaded from Google. Make sure it's in your project and that you've provided the right path to the file in the app.
@julioa11193 жыл бұрын
@@twilio hello again, well I've to copy the JSON file manually and now it works, but I've received an emal from google said that there is violation on the Google's API, how can I generate this "client_secrets.json" without violate the rules....?