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
0
votes
1 answer

Google email migration for general users

can i create an a app that uses Google migration api .. to migrate my emails from outlook and yahoo to my gmail account .. is the api available to be used for a regular gamil account. The prerequisites in the documentation is very…
Sanath Shetty
  • 484
  • 1
  • 7
  • 24
0
votes
1 answer

Google Apps migration API batch doesn't send/insert emails

I'm trying to send emails using Google Apps Migration API v.1, however I fail to send them and Code does not throw any exception or error. Here is my code: MailItemService mailItemService = new MailItemService("exampleCo-exampleApp-1"); …
0
votes
1 answer

Activation of Google Email Migration API

My organization is in the process of switching to Google Apps for Education. I have successfully used Google Email Uploader to migrate my emails (as an admin of the domain). However, when I attempt to upload another users email, I encounter the…
uamv
  • 3
  • 1
  • 4
0
votes
1 answer

Getting conditionNotMet error on migration of emails > 32kb in size

I've had success migrating small test messages with the Google Email Migration API v2. However, when migrating larger messages, I get an error like: { "error": { "errors": [ { "domain": "global", "reason": "conditionNotMet", …
Jay Lee
  • 13,415
  • 3
  • 28
  • 59
0
votes
2 answers

Discovery Document for Google Email Migration API v2?

Today Google announced a new version of the Email Migration API. The API appears to follow Google's normal REST format but I've been unable to determine the service name and version information for the API in order to use it with the…
Jay Lee
  • 13,415
  • 3
  • 28
  • 59
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) …
0
votes
1 answer

Google Email Migrator API is too slow

We know from the documentation there is a theoretical limit of 1 message per user per second, but we aren't coming anywhere close to that while running email migrations on a high-end server. What should we do? Should we increase the amount of…
roger34
  • 275
  • 2
  • 6
  • 16
0
votes
1 answer

Email migration API limits

In the documentation, it states that the API is limited to one email per user, and that we should create threads and process multiple users at once. Does any one know if the is any other type of limitation? How many GB/Hour? I have to plan a…
miturbe
  • 715
  • 4
  • 17
-1
votes
2 answers

is there is possible to migrate email to the gmail account

i want to develop office app and i want to sync email from outlook to Google account. then, which scope i use? how to pass email data to URL and on which URL? if possible to give me example i use this two scope for authentication or to get user…
1
2