Eric Koleda
Eric Koleda

Reputation: 12673

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?

Upvotes: 1

Views: 148

Answers (1)

Eric Koleda
Eric Koleda

Reputation: 12673

Refer to the migration guide determine you how to translate calls to the Email Migration API to their corresponding calls in the Gmail API. Refer to the Gmail API’s documentation for information on how to download libraries and get started.

Be aware that support for older authorization methods (ClientLogin, AuthSub, and OAuth 1.0) are also scheduled to be shut down at the same time. If you are currently using these methods please also migrate to OAuth2 at the same time.

Upvotes: 2

Related Questions