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