Questions tagged [google-groups]

Google Groups is a service from Google Inc. that provides discussion groups for people sharing common interests. The Groups service also provides a gateway to Usenet newsgroups via a shared user interface.

231 questions
2
votes
1 answer

Google API Cloud identity groups().create(): what is the field customer_id?

I would like to create a group using the API Cloud Identity and the command groups().create(). To do so, I'v used the example provided by Google: def create_google_group(service, customer_id, group_id, group_display_name, group_description): …
hganger
  • 147
  • 2
  • 12
2
votes
0 answers

Content Compliance for Google Groups?

My company is migrating to GSuite and we have some Content Compliance rules that we need to enforce. We previously enforced these with an email security appliance using Exchange as the platform. The DLP rules for normal Gmail work just fine, but we…
2
votes
4 answers

Macros in Datafusion using Argument setter

Using Argument setter by supplying the parameter value I want to make the Datafusion pipeline as resuable. As said by many other answer's have tried implementing using the cloud reusable pipeline example given in Google guide.I was not able to pass…
2
votes
1 answer

When i make request to googleapis, getting 400 Bad Request

I am trying to get the list of groups (distribution lists) for a specific user. It is getting failed. Request is `GET /admin/directory/v1/groups HTTP/1.1 Host: www.googleapis.com Content-length: 0 Authorization: Bearer…
2
votes
0 answers

Google groups -'Resource Not Found: groupKey'

I have tried every possibility but haven't got any solution to solve this. I am using JWT for authentication My code is const { google } = require('googleapis') const credentials = require('./credentials.json') const SCOPE = [ …
Rupesh
  • 850
  • 2
  • 13
  • 30
2
votes
2 answers

Add users to Google Group using Google Apps Script

I'm trying to add a user to a Google Group using Google Apps Script. Here's the code I've tried: // Adds a user to a Google Group function addUsertoGroup(userEmail) { var userEmail = 'Name@gmail.com' var groupId = "group-name@googlegroups.com"; …
2
votes
0 answers

How do I enable an autoresponder on a group using a headless script?

When my support staff home they have to enable the auto responder every single day. I want to automate this. I'm really not picky as to how to do this. The scripts interface doesn't seem to allow this and the restful API seems to only work…
Wayne
  • 149
  • 3
  • 14
2
votes
0 answers

Google Groups Authentication

I'm aware that there is not an API for Google groups (yet). However, I'm trying to use Google groups mobile in a web view within an app where we access other Google services as well, most specifically Google docs. Login is done by accessing the…
2
votes
2 answers

GroupsApp.getGroupbyEmail is returning no group found

I am trying to use google apps script to get a group by its email address. There is only one line of code that really matters here. The line in question is: var WSGroup = GroupsApp.getGroupByEmail("Group_Email_Address@domain.com"); I know the email…
2
votes
1 answer

Google Groups integrating into website

Does anybody have experience integrating google groups into a website? Might be able to just pull it in via iframe or RSS recent posts but that's not really enough. We are trying to make them serve like our websites forums but I can't figure out…
user633057
  • 21
  • 3
2
votes
0 answers

.getMembers() & .getGroups() in Google GroupsApp listing unexpected results

I have a member in each group on our domain and I want to list all the members and the groups that are members of each group. I am getting errors when there are banned members in a group as it appears to list some of those members and when it…
2
votes
0 answers

How to make an embedded google groups frame redirect back to the website after login?

I have embedded a google groups instance in my website using this frame: