Re: credentials expires with .NET client

2015-05-08 Thread Raghavendra Soudala (AdWords API Team)
Hi PPC Developer, Are the two applications actually pointing at the same file, or are they simply copies of each other? I ask because I'm wondering if you configured *RetryCount* (as exp

Re: credentials expires with .NET client

2015-05-07 Thread PPC Developer
Hi Raghavendra, Thanks for the response. I generated the API keys using "installed application" mode, which gave me a refresh token as well. I'm pasting below my app.config file, to show that I do have a refresh token. The interesting thing is that I have another application using the same cred

Re: credentials expires with .NET client

2015-05-07 Thread Raghavendra Soudala (AdWords API Team)
Hi PPC Developer, When you generated your OAuth credentials, did you set the *access_type* to *online*? If so, then you only received an *access_token*, and an *access_token* will expire in roughly one hour. Could you try generating your OAuth credentials, but this time request an *access_type

credentials expires with .NET client

2015-05-06 Thread PPC Developer
Hi, I have this .NET application written in C#, using .NET client libraries. The documentation says that the client libraries should handle refreshing the token. However, my app gets this exception AdWordsCredentialsExpiredException after running a few hours. How do I handle this so my app ne