My apologies if this isn't the correct place for this post, but I am
working with the Python gdata library but have run into an error. I
am migrating my users to Google Apps and my ultimate goal is to create
about a hundred groups and don't want to do it by hand. In testing
out the use of the python library, I tried the following:
import gdata.apps.groups.service
client = gdata.apps.groups.service.GroupsService()
client.ClientLogin('[email protected]', 'password')
client.RetrieveAllGroups()
But that throws an Error 403 Invalid domain. (Obviously, I used my
admin user ID so the domain is indeed valid. I can post the whole
error if someone cares.)
Can anyone throw me a clue here? And if there's a better group or
forum for this question, I will be happy to take it there.
Thanks,
Mike
--
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.