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:
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 !!!