See
http://stackoverflow.com/questions/8796696/accessing-google-ruby-api-in-public-m
ode
When the library lacks an access token, and client.authorization has not
separately been set to nil explicitly, it returns "ArgumentError: Missing
access token."
Instead, it should simply attempt the connection unauthenticated, resulting in
access denied errors if authentication was required.
Original issue reported on code.google.com by
sai...@gmail.comon 10 Jan 2012 at 2:40