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 info.
https://www.googleapis.com/auth/userinfo.profile
https://www.googleapis.com/auth/userinfo.email
i refer this stack overflow link : link
another question is i can migrate email to [email protected](gmail account)? i use a Google playground to check email migrate scope then it give error to invalid access of API and it proper work if i use [email protected] to migrate email.
If you are trying to migrate emails from outlook to GApps, you should use the email migration API scope: https://apps-apis.google.com/a/feeds/migration/
Google also has an official tool that you can use to sync Outlook to GApps. https://tools.google.com/dlpage/gappssync <- check it out.