Hi:
I am using the following code in the examples code and running it on a production Adwords account.
adwords_dotnet_lib_v18.15.0\examples\AdWords\CSharp\OAuth\Deafult.aspx
I was able to run the OnGetCampaignsButtonClick() and get the Get Campaigns for a given Client ID.
But, I am unable to run OnDownloadReportButtonClick()
It is throwing exception throw new System.ApplicationException("Failed to download report.", ex);
<add key="DeveloperToken" value="xxxxxxx"/>
<add key='OAuth2ClientId' value='xxxxxxx' />
<add key='OAuth2ClientSecret' value='xxxx' />
<add key="OAuth2Mode" value="APPLICATION" />
Could you please help me on this. I have been running this code for a week now and not able to run it.
Thanks