From 6404615a5722d0788433a678003725363fa2a450 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Volker=20Z=C3=B6pfel?= Date: Mon, 18 Nov 2013 11:39:40 +0100 Subject: [PATCH] uses new initialize and authorize --- lib/google/api_client/auth/file_storage.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/google/api_client/auth/file_storage.rb b/lib/google/api_client/auth/file_storage.rb index b87bb2e09..771ebac7c 100644 --- a/lib/google/api_client/auth/file_storage.rb +++ b/lib/google/api_client/auth/file_storage.rb @@ -38,6 +38,7 @@ module Google @path = path store = Google::APIClient::FileStore.new(@path) @storage = Google::APIClient::Storage.new(store) + @storage.authorize end def load_credentials