Questions tagged [google-groups-migration]
13 questions
3
votes
0 answers
Apply a tag to a topic in a Google Group based on containing text
I'd like to scan a Google Group (thats been created in Google Apps for Business) and add a 'tag' to all topics that match criteria (based on a containing text string).
For Example: I have a Google Group Collaborative Inbox that has 1000's of topics…

Simon Duffey
- 31
- 3
2
votes
1 answer
Groups Migration API returning invalid token...from OAuth2 Playground
I'm trying write a script that migrates old emails over to a Google group. I've been hammering out a request in Google's OAuth2 Playground (https://developers.google.com/oauthplayground/, but I keep getting a 401 error that's caused by and…

Ben Downey
- 2,575
- 4
- 37
- 57
1
vote
0 answers
Google Group Migration API "Failed to upload message due to backend error" error while migrating an email
I have been trying to migrate all my emails to a group. I use nodejs google library and I'm the owner of the group.
I can migrate between 30 and 40 emails but after of this I have an error where I migrating.
I have the next error:
{
error: {
…

Raul Gomez
- 11
- 1
- 3
1
vote
0 answers
Groups Migration API quickstart error 500
I'm trying to get started with the Groups Migration API. After much frustration, I believe I have gotten past authentication problems which stymied me for a long while. Now I'm stuck trying to get the rest of the quickstart.py script working. I got…

smontanaro
- 1,537
- 3
- 15
- 26
1
vote
1 answer
Getting Error 500 Using the C# APi for Migration
**I've tried a few things even running an example that was in another stack overflow post and keep getting the same error message. I have tried using the byte array directly from the message. And Getting and turning into ASCCII then back into bytes.…

Alfredo Alvarez
- 336
- 3
- 15
1
vote
2 answers
Unable to find a rfc 822 message that works with Google Groups Migration API
I'm trying to use the C# Google Groups Migration API and not having much luck.
I have the following code:
var body =
@"Date: 16 Jul 07 10:12 GMT
From: samplesender@example.com
To: samplegroup@googlegroups.com
This is the body of the migrated email…
user3942022
1
vote
2 answers
Google Groups Migration API gives 503 "Backend Error"
Getting the below 503 response from the Group Migration API's Insert method (https://developers.google.com/google-apps/groups-migration/v1/reference/archive/insert).
I'm just trying to work through a spike with the example payloads - though if I…

chrisxh
- 11
- 2
0
votes
1 answer
googleapiclient.errors.MediaUploadSizeError: Media larger than 26214400
i'm using the Google-api-python-client to upload some emails to a google groups.
the upload works fine until i got this error while uploading... .
File…

korchix
- 1,445
- 1
- 19
- 22
0
votes
1 answer
In Google Apps Script is the command “AdminDirectory.Groups.insert(group)” considered to be a post request?
In Google Apps Script I am calling the G Suite Admin SDK Directory API using the command AdminDirectory.Groups.insert(group). Is this considered to be a POST request? I’m wondering because I know there are implicit ways of making POST requests where…

jkrovitz
- 9
- 2
0
votes
1 answer
Python Retrieving all Groups from a domain using OAuth2
Using PYTHON, To get all groups in a domain, in OAuth1 had a command like:
groupfeed = api(lambda: GROUPS_SERVICE.RetrieveAllGroups())
In OAuth2, will it be
allGrps = client.groups().list(customer='my_company').execute()
I am looking for the…

user1816974
- 29
- 6
0
votes
1 answer
apps.groups.migration return HTTP error 500
I am trying to import existing mail content to a google group through apps.groups.migration API. The code is in C++ and the protolol is nakid HTTP. The program fails with HTTP error 500.
Following is the error response contents and header. What is…

YANO Takashi
- 11
- 2
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 Groups Migration C# API Not Working
I'm trying to use the C# Google Groups Migration API and not having much luck.
I have the following code:
public static void Main(string[] args)
{
var body =
@"Received: by 10.143.160.15 with HTTP; Mon, 16 Jul 2007 10:12:26 -0700 (PDT)
…

Steve
- 1
- 1