, or duplicate dependency, or incompatible version, etc.
>
> Thanks,
>
> Ray
>
> On Monday, June 23, 2014 10:20:14 AM UTC-4, Vikash Singh wrote:
>>
>> Hi Ray,
>>
>> Finally managed to get stackTrace:
>>
>> 23 Jun, 2014 3:53:28 PM o
impossible to determine without a proper stacktrace.
>
> Thanks,
>
> Ray
>
> On Thursday, June 19, 2014 3:16:29 PM UTC-4, Vikash Singh wrote:
>>
>> Hi Ray,
>>
>> Yes the exception is absorbed a few steps down the line and then thrown
>> as a different e
check if the
> exception was swallowed and so the stacktrace isn't being handled properly??
>
> Thanks,
>
> Ray
>
> On Thursday, June 19, 2014 2:24:59 PM UTC-4, Vikash Singh wrote:
>>
>> Hi Ray,
>>
>> Sorry to say this but there is no stack-trace. T
)
wrote:
>
> Vikash,
>
> There should be a stracktrace - could I trouble you to check if the
> exception was swallowed and so the stacktrace isn't being handled properly??
>
> Thanks,
>
> Ray
>
> On Thursday, June 19, 2014 2:24:59 PM UTC-4, Vikash Singh wrote:
, 2014 11:54:59 PM UTC+5:30, Vikash Singh wrote:
>
> Hi Ray,
>
> Sorry to say this but there is no stack-trace. The flow is basically a
> sequence of proprietary classes. So can't print that.
> But the import statement is as follows:
>
> import com.google.api.ads.adwo
e full stacktrace?
>
> Thanks,
>
> Ray
>
> On Thursday, June 19, 2014 11:39:13 AM UTC-4, Vikash Singh wrote:
>>
>> This value:
>>
>> com.google.api.ads.common.lib.auth.OfflineCredentials.Api.ADWORDS
>>
>> Is null.
>>
>> As In code:
This value:
com.google.api.ads.common.lib.auth.OfflineCredentials.Api.ADWORDS
Is null.
As In code:
credential = new OfflineCredentials.Builder()
.forApi(com.google.api.ads.common.lib.auth.OfflineCredentials.Api.ADWORDS)
.withClientSecrets(clientAppId, client
Hi,
I am getting this value:
com.google.api.ads.common.lib.auth.OfflineCredentials.Api.ADWORDS as null
in code and it is causing nullPointerException
as In code:
credential = new OfflineCredentials.Builder()
.forApi(com.google.api.ads.common.lib.auth.OfflineCredent