我試圖使用提供API將成員添加到Google組。我已經在python中運行過,但沒有成功。我覺得我在這裏錯過了一些明顯的東西......任何人?Google Groups Provisioning:我在這裏錯過了什麼?
import gdata.apps.groups.client
groupClient = gdata.apps.groups.client.GroupsProvisioningClient(domain='https://apps-apis.google.com/a/feeds/group/2.0/testtgroup123456')
groupClient.ClientLogin(email='[email protected]', password='myPassword', source='apps')
groupClient.AddMemberToGroup('testtgroup123456', '[email protected]')
會發生什麼我的谷歌應用服務標準域?失敗? –
對不起,我要回答我自己的線索。我剛剛意識到,配置只適用於谷歌應用程序的商業和教育帳戶。 – Russell