Iβm trying to get the contents of a Google Drive spreadsheet, but I canβt find a gem that can do this easily. I tried google-drive-ruby , but that includes the step where I should get the authentication token from the Google site. This is not very useful as I have to do all this on the server side. Apparently, in previous versions of the gem there was a login method, but it was deleted.
Is there any way to do this? Should I use OAuth to get a token and transfer this token to google-drive-ruby?
source share