Re: about the refresh token

2018-09-26 Thread rogerccopa
I figured out the fix to this issue. I added the following to the .config file: And, now it works. Just in case anyone else runs into this same issue. On Tuesday, September 25, 2018 at 7:22:44 PM UTC-5, rogerccopa wrote: > > Hi, > I am h

Re: about the refresh token

2018-09-25 Thread rogerccopa
Hi, I am having the same issue (with the latest AdWords .NET libray v24.0.1): "Could not load file or assembly 'Newtonsoft.Json, Version=10.0.0.0..." at Google.Api.Ads.Common.OAuth.AdsOAuthProviderImpl.RefreshAccessTokenInOfflineMode(). Just in case, I have already installed (with NuGet) Newton

Re: BatchJobUtilities upload SignatureDoesNotMatch

2016-04-26 Thread rogerccopa
Yin Niu, I found the problem. In case it can help anyone else having the same issue. on the following lines of code that I mentioned before: 1. String uploadUrl = batchJob.uploadUrl.url; 2. BatchJobUtilities batchJobUploadHelper = new BatchJobUtilities(batchJobService.User); 3. batchJobUploadHel

Re: BatchJobUtilities upload SignatureDoesNotMatch

2016-04-26 Thread rogerccopa
Yin Niu, Thank you for your reply. I reviewed the link you suggested but I see I am doing the same basic steps: 1. Create my AdWords user object. 2. Call BatchJobService.mutate() // this works and it returns an uploadURL. 3. Create BatchJobUtilities object with the same AdWords user. 4. Call Batch

BatchJobUtilities upload SignatureDoesNotMatch

2016-04-25 Thread rogerccopa
When I try to upload AdGroups in batch it fails with error: The remote server returned an error: (403) Forbidden. (Just so you know, if I send my AdGroups one at a time (not using BatchJob), it works). These are the lines of code of how I use the BatchJobService: BatchJobOperation batchJobOp = n

Product Listing Ads Campaign type

2013-10-22 Thread rogerccopa
For a PLA campaign - within the Google GUI within the campaign edit screen you must select Product Listing Ads as the "Type", how do we accomplish this through the API? -- -- =~=~=~=~=