Questions tagged [google-email-migration]

The Email Migration API lets migrate emails from legacy email systems.

The Email Migration API lets account-level administrators and users of Google Apps migrate emails from legacy email systems into their domain's hosted Gmail accounts.

24 questions
2
votes
0 answers

google email audit api

I am writing a program to download users mailbox from admin account. For this I referred https://developers.google.com/admin-sdk/email-audit/ In the given code, an AuditService method is used as below: AuditService service1 = new…
2
votes
2 answers

Google.Apis.Admin.Email_Migration_v2 [HTTP Status Code 412 – Limit Reached]

Edit 2: Client Library: After reviewing it is not easily suggested that this is for the .NET client library. DLL: Google.Apis.Admin.email_migration_v2.dll What steps will reproduce the problem? Generate a process which contains…
1
vote
2 answers

Does Google Apps Email Migration API support 2 legged oAuth?

I am trying to develop winform application using Google Apps Email migration API. I also want to use 2 legged oAuth. I have successfully used 2 legged oAuth with contacts data API. To do this i have set the API scope…
1
vote
1 answer

Perform native account migration to Office 365 from Suite G ,trough API

Microsoft Graph has a native way of performing migrations from G Suite email boxes through a native tool. I wonder if there is a way to use this migration through the API This method does not require individual account passwords, only account…
1
vote
1 answer

How do I migrate from the Google Email Migration API to the Gmail API?

The Google Email Migration API v1 is scheduled to be shut down on April 20, 2015 and v2 is already deprecated. I need to migrate my code to use the Gmail API instead, how do I go about this migration?
Eric Koleda
  • 12,420
  • 1
  • 33
  • 51
1
vote
0 answers

Email Migration API v2. Multipart insert returns 503

I testing Email Migration API V2 with google client api for ruby version 0.7.1 For multipart upload I always getting this response from server: { "error": { "errors": [ { "domain": "global", "reason": "backendError", "message":…
1
vote
0 answers

Google Apps Script and Google migration Api

I am newbie I want to create a code in Google Apps Script that will do the following 1. Create some test labels in my Mail box 2. Then accordingly fetch these mails in User's drive using Google cloud SQL (i have used script db) 3. Once a folder…
1
vote
0 answers

Issue facing in Google Email Migration API

I am using Google Email Migration API to migrate mails from Yahoo mailbox to Gmail. Using Google Email Migration API, I got the access token of a particular user and I am using the below API to migrate…
Charan
  • 942
  • 1
  • 6
  • 18
0
votes
1 answer

How to migrate zoho mail to google workspace 2023

Although it can be a little complex, switching from Zoho email to Google Workspace is definitely possible. The general procedures are as follows: https://techpostal.blogspot.com/2023/05/move-your-zoho-mail-account-to-google.html
ramya ranjan
  • 21
  • 1
  • 1
  • 4
0
votes
0 answers

Google.Apis.Admin.Email_Migration_v2 HTTP 410 status code returned for a 503 error

Essentially, while using the .NET version of the Email Migration v2 Google API our application is sending up too many requests per second to a single Google Apps mailbox/user; greater than 1 Request per second. A GoogleApiException is being returned…
580
  • 470
  • 2
  • 12
0
votes
1 answer

How to move a mail to SPAM ? Using Google Mail Migration API?

I am referring Link. To move migrated mails to Inbox we use: entries.MailItemProperties.Add(MailItemPropertyElement.INBOX); Similarly for DRAFT,SENT e.t.c But there is no option for spam mails. How can i move mails to spam?
Preeti
  • 1,386
  • 8
  • 57
  • 112
0
votes
1 answer

Add Send-As email (request) with domain name outside of current account

Due to a merge, we have domain A under one Google Apps acccount, domain B under another one. I can create accounts for all the users in domain B to domain A to start a migration afterward. Adding aliasses with domains under account A is no problem.…
0
votes
2 answers

Email Migration API v2: Google Apps Script

I am trying to write a GAS to migrate some emails which are stored in Google Drive but I am really struggling to get the POST correct to do this and was hoping someone could help me out and steer me in the right direction. What I have so far is .. …
0
votes
3 answers

Mail migration in Google Apps Account using Google Apps Script

I want to migrate my mails from one Google apps account to another Google apps account using Google Apps script , if anyone know how we can achieve this please tell me.
0
votes
1 answer

Google.Apis.Email_Migration_v2

I am attempting to retrieve the HttpStatusCode from every UploadAsync method call. I need the status code as to properly perform an exponential back-off algorithm to retry a failed upload, display an error message to the user when not retrying the…
1
2