Skip to content

Commit

Permalink
Support direct access with Service Account
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfrg committed Nov 14, 2023
1 parent 94b3b76 commit 3db521a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/google/ads/google_ads/google_ads_client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@ def get_updater_proc
# Provides a Google::Auth::Credentials initialized with a keyfile
# specified in the config.
def get_service_account_credentials
raise 'config.impersonate required if keyfile specified' unless @config.impersonate
keyfile = File.read(@config.keyfile)
keyfile = JSON.parse(keyfile)
Signet::OAuth2::Client.new(
Expand Down

0 comments on commit 3db521a

Please sign in to comment.