Hello, Trying to upgrade my project via NuGet to v201605, recompiled and I get the following two (2) warnings:
warning BC40000: 'Public Property OAuth2CertificatePassword As String' is obsolete: 'Use OAuth2SecretsJsonPath property instead.'. warning BC40000: 'Public Property OAuth2CertificatePath As String' is obsolete: 'Use OAuth2SecretsJsonPath property instead.'. So, I try to find *any* documentation on the "OAuth2SecretsJsonPath" property -- I *ASSUME* it is a path to a JSON file that has OAuth2 credentials in it -- but I am only guessing. Doing a Google search of "Adwords API OAuth2SecretsJsonPath" lead me to the following page: https://github.com/googleads/googleads-dotnet-lib/blob/master/src/AdWords/App.config The above file has the line: <add key="OAuth2SecretsJsonPath" value= "INSERT_OAUTH2_SECRETS_JSON_FILE_PATH_HERE" /> Question(s): 1) Is the OAuth2SecretsJsonPath value a path to a JSON file (yes/no)? I am assuming yes. 2) If yes to above, then what the format (name/value) pairs are expected in the JSON file? An example *MIGHT* be a good idea. Where do I find this information in the API documentation ?????????? Going in circles for the past 3 hours !!! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords 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 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/73013eb4-ccd5-4653-9485-b7c8f861601d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
