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 'Yin Niu' via AdWords API Forum
Hi, Could you please send complete SOAP request and response logs? Thanks! Yin, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~

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

Re: BatchJobUtilities upload SignatureDoesNotMatch

2016-04-26 Thread 'Yin Niu' via AdWords API Forum
Hi, The error is saying the parameters to the method do not match method signature. Please check out this example .

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