Re: .NET Sandbox access

2011-07-25 Thread Simone Del Tozzotto
Hi Anash, Your solution worked! Here is the code required. Someone might find it useful... AdWordsUser user = new AdWordsUser(); ServicedAccountService servicedAccountService = (ServicedAccountService)user.GetService(AdWordsService.v201101.ServicedAccountService); servicedAccountService.Req

Re: .NET Sandbox access

2011-07-25 Thread AdWords API Advisor
Hi Simone, The error message you are seeing is slightly misleading; you are getting it because you are specifying an empty ClientCustomerId header instead of not specifying one. Try commenting out ClientCustomerId and ClientEmail headers in your web.config, or set servicedAccountService.Reques