我通過console.developers.google.com創建了服務帳戶客戶端。生成的密鑰,.p12證書,啓用DwD等... 然後,我繼續在管理API references中作爲describer。 (HTTP/REST版本)。這包括在Google管理員 - >安全性 - >高級設置中將這些客戶端作爲範圍提供給這些客戶端。 Current admin security config state 在我成功地交換訪問令牌的代碼並提出了我的域名下的用戶列表請求後,我得到了這個回覆。Google Admin SDK - 服務帳戶無法訪問資源
{
"error": {
"errors": [
{
"domain": "global",
"reason": "forbidden",
"message": "Not Authorized to access this resource/api"
}
],
"code": 403,
"message": "Not Authorized to access this resource/api"
}
}
請求是GET,授權承載ya29.ElrxA8F [acctoken的其餘] 和谷歌開發者控制檯的儀表板顯示了在管理SDK錯誤請求圖表