Sorry, I'm new to Ruby so this may be a dumb question to ask, I'm sure I'm missing something.
I'm trying to use a 3rd party library for Google Drive access. When using it, I need to require google/api_client, which I assume is the google-api-client gem (I could be wrong here, and this could be the issue.)
I've tried reinstalling the 3rd party library, and I've tried installing google-api-client using gem install
and sudo gem install
commands, but all to no avail.
Anyone know how to get this gem working?