Hello, This looks like a Provisioning API issue. Unfortunately, we don't have the expertise to help you on that; you might find better help on the dedicated forum:
http://code.google.com/googleapps/support/domain_info_and_management_forum.html Best, Alain On Thu, Nov 10, 2011 at 6:13 AM, venugopal kasu <[email protected]>wrote: > Hi, > > We are updating user google accounts in bulk. For this we are retriving > the user information by passing username in a loop. After retrieving some > users we are getting 403 Forbidden Error. Please provide me the solution > or thoughts to resolve this issue. > > AppsService service = new AppsService(domain, adminUsername, > adminPassword); > //Loop for Bulk Users Start > try{ > UserEntry entry = service.RetrieveUser(userName); > } > catch (AppsException e) > { > if (e.ErrorCode == AppsException.EntityDoesNotExist) > { > Creating the new Account > > } > else > { > throw new Exception(e.Message); > } > } > //Loop For Bulk Users Ends > > > Thanks, > Venugopal Kasu. > > -- > You received this message because you are subscribed to the Google > Groups "Google Contacts, Shared Contacts and User Profiles 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://code.google.com/apis/contacts/community/forum.html > -- Alain Vongsouvanh | Developer Programs Engineer -- You received this message because you are subscribed to the Google Groups "Google Contacts, Shared Contacts and User Profiles 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://code.google.com/apis/contacts/community/forum.html
