We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53be124 commit 80d25c2Copy full SHA for 80d25c2
lib/google/api_client/auth/file_storage.rb
@@ -34,15 +34,15 @@ class FileStorage
34
:path
35
36
def initialize(path)
37
- Google::ApiClient.logger("DEPRECATED: Please use Storage Class instead.")
+ Google::APIClient.logger("DEPRECATED: Please use Storage Class instead.")
38
@path = path
39
store = Google::APIClient::FileStore.new(@path)
40
@storage = Google::APIClient::Storage.new(store)
41
@storage.authorize
42
end
43
44
def load_credentials
45
46
storage.authorize
47
48
0 commit comments