We have 21219 users in our apps domain now, and have been getting more
frequent errors in the gdata python api:
service = gdata.apps.service.AppsService(email=admin_username,
domain=our_domain_name, password=our_passwd)
service.ProgrammaticLogin()
try:
users = service.RetrieveAllUsers()
throws the exception:
{'status': 500, 'body': 'Internal Error', 'reason': 'Internal Server
Error'}
Before we migrated all our students to apps, this error occurred very rarely
(Once every few days). Now it occurs more often then not...
Is there a different way we should be listing our users via the API?
(we tend to get the same error when we 'service.RetrieveAllNicknames())
Please advise :)
~J
--
You received this message because you are subscribed to the Google Groups
"Google Apps Domain Information and Management 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-mgmt-apis?hl=en.