when I want to create user by zendframe library, to my apps domain
it report error:
Zend_Gdata_App_HttpException: Expected response code 200, got 403

but I print http request head and body:

array
  0 => string 'Host: www.google.com' (length=20)
  1 => string 'Connection: close' (length=17)
  2 => string 'Accept-encoding: gzip, deflate' (length=30)
  3 => string 'Content-type: application/atom+xml' (length=34)
  4 => string 'User-agent: MyCompany-MyApp-1.0 Zend_Framework_Gdata/
1.5.0RC3' (length=61)
  5 => string 'authorization: GoogleLogin
auth=DQAAAHsAAAC83w0nZNGK33oavNk496wqBLHQOaZ1EhI5AWCwvceCrFm7zP0VIdqi0h05aIsF4XkPyy82gTI1Ieflqh45x9iWsW6spTkgpikuy4nOiZAs_1wwOIr_cCrdIofgh45Br0ENQNGsFrClp4bxCpW4zmhLWB43XsoRxr58KgvsOjfHPg'
 (length=214)
  6 => string 'Content-length: 261' (length=19)

string '<atom:entry xmlns:atom="http://www.w3.org/2005/
Atom"><apps:login xmlns:apps="http://schemas.google.com/apps/2006";
userName="foo" password="12345678"/><a>

I think,there is no fault,and it include authorization,why I receive
403


some one can help me?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Apps APIs" 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/google-apps-apis?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to