I am also getting this problem I think there is an issue with the sandbox *** Incoming SOAP ****************************************************** <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/ envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soapenv:Body> <soapenv:Fault> <faultcode>soapenv:Server.userException</faultcode> <faultstring>Invalid client email specified.</faultstring> <detail> <ns1:fault xmlns:ns1="https://adwords.google.com/api/adwords/v13"> <ns1:code>9</ns1:code> <ns1:message>Invalid client email specified.</ns1:message> <ns1:trigger>client_1+(my_email_was_here)@gmail.com</ns1:trigger> </ns1:fault> </detail> </soapenv:Fault> </soapenv:Body> </soapenv:Envelope>
On Aug 29, 6:20 am, harroot <[email protected]> wrote: > Hi > > I'm using dotNet v13 api, before august 28 I successfully could login > to sandbox, but now I can't do that, > here is the workflow` > 1.set in soap header values > > <add key="Email" value="(email)@gmail.com"/> > <add key="Password" value="***********"/> > <add key="DeveloperToken" value="(Email)@gmail.com++USD"/> > <add key="ApplicationToken" value="Put_Application_Token_"/> > <add key="v13.Url" value="https://sandbox.google.com"/> > and call to getClientAccounts(). method, it's worked. > 2.set values for client > <add key="Email" value="(email)@gmail.com"/> > <add key="Password" value="***********"/> > <add key="ClientEmail" value="client_5+(email)@gmail.com"/> > <add key="DeveloperToken" value="(Email)@gmail.com++USD"/> > <add key="ApplicationToken" value="Put_Application_Token_"/> > <add key="v13.Url" value="https://sandbox.google.com"/> > then call to getAccountInfo() and get exception that "Invalid > client email specified". > > Can anyone tell, what is the error reason? > > Kind regards > Harut. > > On Aug 24, 10:30 pm, AdWords API Advisor > > <[email protected]> wrote: > > I wanted to give everyone advanced warning that the AdWords > > APISandbox'sdatabase is scheduled to be refreshed on Friday, August 28. > > Following the refresh all data stored in theSandboxwill be cleared, > > and you will have to recreate your client accounts with a call to > > getClientAccounts(). > > > More information on theSandboxenvironment and our periodic refreshes > > is available > > at:http://code.google.com/apis/adwords/docs/developer/adwords_api_sandbo... > > > Best, > > Eric Koleda, AdWords API Team --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en -~----------~----~----~----~------~----~------~--~---
