Questions tagged [google-groups-api]
145 questions
0
votes
1 answer
Google Collaborative Inbox mirgration
Has any one shared or published any code for doing a email migration for Google groups / Google's Collaborative Inbox.
Looking at moving from Exchange but need a method to move a mailbox in to Google's Collaborative Inbox.

John
- 307
- 2
- 5
- 16
0
votes
2 answers
google admin directory v1 api groups.list insufficient permission error
I'm trying to authorize with google admin api and list mailing list users. I downloaded a key from api console and did:
require 'google/api_client'
client= Google::APIClient.new(application_name: "myapp", application_version: "0.1")
groups=…

nurettin
- 11,090
- 5
- 65
- 85
0
votes
1 answer
Getting 503 / 404 errors trying to access Google Groups API to get settings
I'm trying to use the RESTful method to retrieve A Google Groups settings, but all I get is 503 or 404 errors, or backend error messages. I'm using the following URL:
https://www.googleapis.com/groups/v1/groups/{my email address}
Does this even…

JRQ
- 545
- 4
- 17
0
votes
1 answer
Can I configure "allow posting by mail" through google setting API?
How I configure "allow posting by mail" through google setting API?
the only configuration I found is:
"whoCanPostMessage": "ALL_IN_DOMAIN_CAN_POST",
Thanks

Sabrina
- 267
- 5
- 18
0
votes
1 answer
Google Groups Settings API without user auth?
I have several hundred groups in my Google Apps for Business account. I want to batch update a bunch of settings so I downloaded the PHP client. I can't figure out how to provide the info to query and update the settings. It seems like everything…

jsd
- 7,673
- 5
- 27
- 47
0
votes
2 answers
How to get the google groups data from google api
How to get the google groups data from google api.
In my Project I need to fetch the google contacts from the specific group(of contacts) and also I need to fetch the google groups for particular or specific User.
Here my problem is I'm not give the…

12345
- 157
- 3
- 10
0
votes
1 answer
How to delete a post from a Google Group?
How can I delete a post from a Google Group using Google Apps Scripts?
How can I get the list of topics?

contributorpw
- 4,739
- 5
- 27
- 50
-1
votes
1 answer
Gmail API restrict access to only one Group
I'm trying to find a way to read inbox email of a Google private Group using GmailAPI.
I thought about using a service account that will be a member of this group with only read access. Do you know how can I do that?
Thanks,
Dan
-1
votes
1 answer
Google Groups to Salesforce
(G-Suite Forums asked me to post here since this was more of an API question)
Here's what I am trying to accomplish (as a G-Suite Admin):
I manage a number of Google "Groups"
I am sick and tired of manually adding/deleting people to these Groups…
-2
votes
2 answers
Unable to Join Google Group
When I try to join google group, I'm getting an error you do not have permission to join this forum. Even, I haven't restricted my new user to join my group. Anyone know how I get permission or get around…

Chris Geirman
- 9,474
- 5
- 37
- 70