Questions tagged [google-groups-api]
145 questions
3
votes
2 answers
Is it possible by API to insert messages in Google Groups?
I'm building tools for maintaining our Google Apps for Business account.
Is there anyway to post content into a Google Group that isn't email? Ideally from within Apps Script but i'm in no way averse to using AppEngine or other exposure to API to…

JSDBroughton
- 3,966
- 4
- 32
- 52
2
votes
2 answers
ZIndex on Clusters
I am attempting to add custom labels to a map such that the labels are visible on top of the clusters I created using MarkerClusterer. I set the zindex of the labels to 1000. How do I set a zindex on a cluster. I know how to do it with a marker but…

user1178632
- 69
- 2
- 7
2
votes
0 answers
Add service accounts to public Google groups
How can I add service accounts to public Google groups?
I wanted to add service accounts to public Google groups because they were linked to some directory in Google drive and let service accounts work with them. Is there any way to do so?
I don't…

Alex
- 21
- 1
2
votes
0 answers
Automating addition of members to non-Workspace Google Group
Is there a sensible way to automate the addition of members to a non-Workspace google group? I can't seem to find any API or other resource not reserved for workspace members.
Use case: I would like to be able to invite users after they submit a…

Dan Birmingham
- 33
- 3
2
votes
1 answer
How to list group ids in GCP using cli or console
I would like to know is there any way to get group ids either using CLI or Cloud console? Using this id, I need to collect the members list using Cloud API. I was going through google documentation but I couldn't find it.
For example if I…

thulasi39
- 521
- 2
- 5
- 19
2
votes
2 answers
Warning of 409 Conflict issue in API while creating the same group again after deleting the group in Google workspace and from admin console
We are using admin SDK API for creating a group in domain by GDriveFlow app. After existing group in Google workspace admin console, We deleted this group and again creating the same group with API then we are getting the below error message:
409…

Ashraf
- 135
- 10
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…

Manasa
- 31
- 3
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
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…

Werner Altewischer
- 10,080
- 4
- 53
- 60
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…

Tom Easterbrook
- 21
- 1
2
votes
1 answer
How to update Google Group Settings with Google Apps Script
I have a Google Apps Script which has all the permissions it needs, with the Group Settings API on and working, but does not change certain things. There are no errors given, but the only thing that changes is the name, and the rest does nothing.…

Jason Jurotich
- 441
- 4
- 24
2
votes
0 answers
App Engine - Check if incoming email is from Google group member
I'm trying to restrict incoming emails to my app so it only accepts mail from members of a google group. More specifically, I want to only add the contents of the email to my datastore if they are part of the group. I've found the hasMember/IsMember…

user9109814
- 175
- 2
- 14
2
votes
1 answer
Correct email data for Google Group API media upload
I am trying to use the Google Groups Migration API to add an entry to a Google Group. According to the documentation I use this url:
https://www.googleapis.com/upload/groups/v1/groups/groupId/archive?uploadType=media
I am supplying the auth token…

Jeff McKay
- 295
- 1
- 3
- 11
2
votes
1 answer
how to search google groups threads using rest calls?
I've tried searching for an API on google groups, but to no avail. I wish to search a Google group and get back the relevant info so that I can update to a website. Is there a way to perform this? I'm fairly new to coding,so some example code would…

Prasad Majali
- 23
- 2