From dc901656cc313a29e128270f86f8b695e8e7fbc1 Mon Sep 17 00:00:00 2001 From: Vijay Subramani Date: Wed, 25 Feb 2015 10:51:48 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 128e3e8..a7e6d80 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,8 @@ $ gem install googleauth require 'googleauth' # Get the environment configured authorization -scope = 'https://www.googleapis.com/auth/userinfo.profile' -authorization = Google::Auth.get_application_default(scope) +scopes = ['https://www.googleapis.com/auth/cloud-platform', 'https://www.googleapis.com/auth/compute'] +authorization = Google::Auth.get_application_default(scopes) # Add the the access token obtained using the authorization to a hash, e.g # headers.