Posts by Kevin Martins • 11 points
1 post
-
1
votes0
answers87
viewsQ: Problems with Google API authentication in Ruby
I’m developing a Ruby API that communicates google-api-ruby-client but when trying to authenticate I get some errors. example of my code: class GoogleService require 'googleauth' require…