Questions tagged [google-groups-api]
145 questions
1
vote
0 answers
Authorization failed when uploading to Google Group
I am trying to upload a message to a Google Group using this http call:
https://www.googleapis.com/upload/groups/v1/groups/mygroupname@domain.com/archive?ploadType=media&access_token=XYZ...
(Of course substituting the correct email address for the…

Jeff McKay
- 75
- 5
1
vote
1 answer
Array from GroupsApp and then indexOf fails
I am trying to get a list of people in a Google Group with Google Apps Script. I made a code (below) but the result is unexpected. I think is realted with the format of the item but not sure. In my code i tested many logs to check that.
Why…

Juanchr
- 11
- 2
1
vote
0 answers
How to auto forward incoming emails (rule based) into specific slack channel
i'm wondering how i can auto forward incoming emails (rule based - like from specific address) into specific slack channel.
I don't know if it matter but in my case the mail set on google-groups (running on gcp cloud)
can u assist?

tiktok
- 157
- 7
1
vote
0 answers
Address List which emailed from
I'm currently organizing the Google groups that our account has and would like to see where each group received the email.
As far as I'm looking at the public API, it seems that there is no way to know when a group received an email or how many it…

Masayuky
- 13
- 2
1
vote
1 answer
How do you leave a googlegroup via the Googlescript API
What I am trying to do is leave a googlegroup by utilizing the API rather then having to click on the group itself. This is not shown in the API documentation located here: Google Groups API
In trying to find a way to leave a group via the API I did…

Nightforce2
- 1,426
- 5
- 18
- 31
1
vote
0 answers
What's the recommended API to use for querying Conversations for Google Groups?
According to Get Google Group emails with Gmail API (and threads far in the past), there wasn't any main method to support querying conversations directly for Google Groups within a domain after listing existing Google Groups…

Rick Huang
- 11
- 1
1
vote
1 answer
Adding members to google group through google-apis
Trying to find a way to add members to google group through google API but any search result always end up in using admin sdk for this. But for using Admin SDK it requires to sign up on Google workspace. Is there any other way to achieve the same…

Kanthi
- 31
- 2
1
vote
1 answer
AppScript Groups getUser() Permission Error
I'm trying to use Google Apps Script to access the user list for a Group in my domain that I'm a member of, but I'm getting the error:
Exception: You do not have permission to view the member list for the
group
The reference documentation says…

Louis
- 13
- 2
1
vote
1 answer
Google Apps Script - Update All Groups and All Members from All Groups
I am working for a school, and obviously things are difficult right now. There is a Google Group for, basically, every class (there are some exceptions where 1 teacher has a single group for all their classes of a type, for instance) filled with all…

Spencer
- 453
- 4
- 21
1
vote
1 answer
How can I test google APIs locally using Ruby on Rails?
I am trying to list groups on my Google Apps for Business account. I set up a service account and gave it the Service Directory Admin role. I now want to test this on my local machine (I'm using RubyMine to run this through Rspec). The tests look…

jwir3
- 6,019
- 5
- 47
- 92
1
vote
1 answer
Can you use Google API for non G Suite groups management?
I have a nonprofit that I'm working for who can't afford G Suite at the time, and I've successfully created email distribution lists for them to use via @googlegroups.com, but what I wanted was a way to manage that group via the Google API, but it…

Kyle
- 21
- 4
1
vote
1 answer
Google Group API list members
I tried to get list of my google group from this page: reference/members/list
And used the group ID/Name/Email as groupKey value, but get only this response:
{
"error": {
"errors": [
{
"domain": "global",
"reason": "notFound",
…

Vitaly
- 611
- 1
- 7
- 21
1
vote
2 answers
Authenticate Service Account from Apps Script
I'm trying to add members into a group using the API. I'm coding in the google script tool, however, I'm getting the error message:
{
"error": {
"errors": [
{
"domain": "global",
"reason":…

Leticia Fatima
- 512
- 2
- 4
- 19
1
vote
0 answers
Google Groups API : Setting Google Groups spam moderation parameters
I'm trying to change the "spamModerationLevel" parameter on all groups (~375 groups) on my company's google mail, and am struggling with the script i use.
I have managed to get the list of groups with a script inspired from this doc.
What I can't…

Herz
- 11
- 3
1
vote
1 answer
Getting public google group topic titles using RSS feed
I am trying to get the title of all the topics in a public google group from RSS feed. I am trying to get All the topic titles. It has almost 8000 topics. I am using the following code to read feeds using feedparser.
import feedparser
url =…

Md Johirul Islam
- 5,042
- 4
- 23
- 56