更改 Google 服务帐户图片

Change Google Service Account picture

因为我正在使用服务帐户共享 Google 驱动器文档,所以在邀请电子邮件中获得公司图片而不是剪影会很好。

是否可以更改Google服务帐户图片?

我尝试使用 Google Admin SDK,但出现以下错误:

404 OK
- SHOW HEADERS -
{
 "error": {
  "errors": [
   {
    "domain": "global",
    "reason": "notFound",
    "message": "Resource Not Found: userKey"
   }
  ],
  "code": 404,
  "message": "Resource Not Found: userKey"
 }
}

我通过 API 浏览器尝试过: https://developers.google.com/admin-sdk/directory/v1/reference/users/photos/update

编辑,userKey 是帐户的电子邮件地址。在服务帐户的情况下,它的格式为:

account-name@project-name.iam.gserviceaccount.com

获取您的服务帐户以使用 delegation 模拟并使用单独的 Google Apps 帐户电子邮件地址进行文档共享。在该 Google Apps 帐户中设置照片。