At the line below
adwords_client = adwords.AdWordsClient.LoadFromStorage('/file_path_ to_googleads.yaml')
I get an error
GoogleAdsValueError: Given yaml file, ~googleads.yaml , could not find some keys. The "adwords" configuration is missing
This is the error when accessing adwords client from a GCE VM.
However, I dont get this error when accessing from Python client on Mac terminal
Is there a different format required to access the adwords client from a Google Virtual Machine?