google-groups-settings

Creating google groups programmatically

梦想的初衷 提交于 2019-12-13 18:09:06
问题 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

Google Group Settings API enabled for service accounts?

丶灬走出姿态 提交于 2019-12-12 05:09:22
问题 Most of the Google Management APIs seem to have been enabled for Service Accounts. For example, I can retrieve calendars like so: string scope = Google.Apis.Calendar.v3.CalendarService.Scopes.Calendar.ToString().ToLower(); string scope_url = "https://www.googleapis.com/auth/" + scope; string client_id = "999...@developer.gserviceaccount.com"; string key_file = @"\path\to\my-privatekey.p12"; string key_pass = "notasecret"; AuthorizationServerDescription desc = GoogleAuthenticationServer

Unable to retrieve settings for Google Group using .NET client library

微笑、不失礼 提交于 2019-12-12 00:45:35
问题 I'm currently writing a system which will be responsible for creating and maintaining Google Groups in such a way that they tie into (and are in sync with) our internal systems. As part of this, I am currently working on simply creating a group, changing its settings and then allocating some members to the group. So far, the first part works correctly but then the second part - using the Google Groups Settings API - fails. It seems that it is always receiving XML data when it is expecting

Appmaker group access permissions for developer to add group to role

余生长醉 提交于 2019-12-11 02:04:35
问题 I found some helpful information in this post [Adding google groups to roles ] which helped me realize I have to have permissions to at least read group membership in order to get a group to properly assign to a role under access permissions (or role assignment). The only way I could get the small group icon next to the group e-mail address was to add myself (developer account) to that group. I do not want to be added to every group in my domain which I assign to roles in my appmaker apps but