我得到了管理员用户的访问令牌。现在我必须像往常一样使用 gmail api 来检索我域的用户 gmail 元数据,如 REST api。
例如:https ://www.googleapis.com/gmail/v1/users/me/threads?access_token=user_access_token
现在我必须使用管理员令牌来获取相同的用户线程
https://www.googleapis.com/gmail/v1/users/user_id/threads?access_token=admin_access_token >
我是以正确的方式这样做还是建议我解决这个问题的最佳方法。