Hi, I am trying to use a python script to automate one of my UAC campaigns, it worked fine when I construct the client with yaml file. but I want to put it in the Google Cloud Function to make it run every 5 mins, but the script can not read yaml from Cloud Function(Or I don't know how to).
So, here comes the question, is it possible that I input the secret, client_id, refresh_token as parameters in the script file? I did some digging and found a class method called LoadFromString, but when I try to input the 3 strings as keyword arguments, an error occurred saying I did not specify the oauth2 client, I really don't know how to achieve that. Please help me with it Thanks in advance -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/ee019c13-d8a8-4e3d-a9eb-34c706382b1d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
