在尝试使用服务帐户OAUTH2方法使用Google Vault API时,有没有人遇到过这个错误?
HttpError 400 when requesting https://vault.googleapis.com/v1/matters?alt=json&pageSize=10 returned "The user does not belong to any Dasher customer."Dasher是不是Postini的谷歌内部名称?
我已经多次检查过API和服务帐户权限。
发布于 2018-10-09 04:05:31
原来我需要像这样添加委派凭证:
delegated_credentials = credentials.with_subject('delegateuser@example.com')https://stackoverflow.com/questions/52668879
复制相似问题