常规 Google Drive/Gmail 使用 Google API 的本地备份
Regular Google Drive/Gmail On-Premise Backup using Google API
是否可以通过服务帐户定期使用 Google API 本地备份我的域用户的 google drive/gmail?如果是这样,我应该使用哪个 Google API?我一直在寻找这个问题将近一个星期。任何帮助将不胜感激,谢谢。
是的,两个 Google 驱动器 (https://developers.google.com/drive/api/v3/about-sdk) and (https://developers.google.com/gmail/api/v1/reference/) 都有 API。但是API都没有备份操作;你必须自己构建它。
对于 Gmail,请在此处查看 "full synchronization" 信息:https://developers.google.com/gmail/api/guides/sync这是使 Gmail 邮箱与本地预置备份保持同步的良好起点。
对于 Google 驱动器,请参阅 "download files" (https://developers.google.com/drive/api/v3/manage-downloads) and "detect changes" (https://developers.google.com/drive/api/v3/manage-changes)。
是否可以通过服务帐户定期使用 Google API 本地备份我的域用户的 google drive/gmail?如果是这样,我应该使用哪个 Google API?我一直在寻找这个问题将近一个星期。任何帮助将不胜感激,谢谢。
是的,两个 Google 驱动器 (https://developers.google.com/drive/api/v3/about-sdk) and (https://developers.google.com/gmail/api/v1/reference/) 都有 API。但是API都没有备份操作;你必须自己构建它。
对于 Gmail,请在此处查看 "full synchronization" 信息:https://developers.google.com/gmail/api/guides/sync这是使 Gmail 邮箱与本地预置备份保持同步的良好起点。
对于 Google 驱动器,请参阅 "download files" (https://developers.google.com/drive/api/v3/manage-downloads) and "detect changes" (https://developers.google.com/drive/api/v3/manage-changes)。