Apps for Business. I had a head-slap moment and realized I hadn't enabled the provisioning API, but even with that switched on, I get the same error.
I have successfully retrieved a list of documents with GetDocumentListFeed, so I think Python and the gdata modules are installed properly. Thanks, Mike On May 4, 8:34 am, Claudio Cherubino <[email protected]> wrote: > Hi Mike, > > What is the edition of your Google Apps domain? > Please note that the Provisioning API is available for read/write access in > Google Apps for Business, Education and ISPs and available in all Google > Apps versions for read-only access by Apps Marketplace applications: > > http://code.google.com/googleapps/domain/gdata_provisioning_api_v2.0_... > > Claudio > > > > > > > > On Wed, May 4, 2011 at 2:24 PM, Mike Edwards <[email protected]> wrote: > > 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. -- 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.
