I need to create a google group using my google app engine application. Please guide me where should i look for info regarding this. Where should i start my learning.
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
Groups can be created with the groups.insert() API call which is part of the Admin SDK Directory API. Note that it's only possible for Google Apps Administrators to programatically create Google Groups within their domain, non-Google Apps accounts cannot create groups via this API.
回答2:
There is no API for creating groups outside of a Google Apps domain you control.
Answer from Jay is the best starting point if you decide to manage this within a domain.