I have an issue like that when I tried to use a non admin account to create users, once I went to where it was throwing that exception I did a redirect to logout (as for they shouldn't be creating accounts if they are not admins) and I solved all of my exceptions.
Stacey On Apr 18, 3:17 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I've created a domain in education edition and i've enabled sso and > provisional api for integrating gmail. I've implemented sso in my > site > successfully but coming to creating the users through provisional api > in php below error is coming ., > Uncaught exception 'Zend_Gdata_App_HttpException' with message > 'Expected response code 200, got 400' in /home/martini3/public_html/ > dev/library/Zend/Gdata/App.php:468 Stack trace: #0 /home/martini3/ > public_html/dev/library/Zend/Gdata/Gapps.php(207): Zend_Gdata_App- > > >post(Object(Zend_Gdata_Gapps_UserEntry), 'https://www.goo...', NULL, > > NULL, NULL) #1 /home/martini3/public_html/dev/library/Zend/Gdata/ > App.php(663): Zend_Gdata_Gapps- > > >post(Object(Zend_Gdata_Gapps_UserEntry), 'https://www.goo...') #2 / > > home/martini3/public_html/dev/library/Zend/Gdata/Gapps.php(511): > Zend_Gdata_App->insertEntry(Object(Zend_Gdata_Gapps_UserEntry), > 'https://www.goo...', 'Zend_Gdata_Gapp...') #3 /home/martini3/ > public_html/dev/library/Zend/Gdata/Gapps.php(665): Zend_Gdata_Gapps- > > >insertUser(Object(Zend_Gdata_Gapps_UserEntry)) #4 /home/martini3/ > > public_html/dev/library/example.php(17): Zend_Gdata_Gapps- > > >createUser('satya', 'chowdawarapu', 'satya', 'pha0414', 'false', > > '1MB', 'SHA-1') #5 {main} thrown in /home/martini3/public_html/dev/ > library/Zend/Gdata/App.php on line 468" > > Can any one help on this. > Thank you, > Regards, > Satya. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
