"message" : "The user does not belong to any Dasher customer." , "status" : "INVALID_ARGUMENT" } }


error": {
    "code": 400,
    "message": "The user does not belong to any Dasher customer.",
    "status": "INVALID_ARGUMENT" while hitting Google Vault API to GET Matter List  

我发送的请求如下所示:

<?xml version="1.0" encoding="UTF-8"?>
<ns0:ActivityInput xmlns:ns0="tibco.com/namespaces/tnt/plugins/json">
   <URI>vault.googleapis.com/v1/matters</URI>
   <ns0avascript:Parameters>
      <Query />
      <Header>
         <Authorization>Bearer ya29.c.ElqmBrzx2cYzdY4fzcq_N6nsbPg0CUYH0DBBhyaxVsqSZBP3482yBXXJRZIrV_PZuWgGsc3sJyWapCJQaqEeLMNWpHbbHhTqWqEl800d9FvTcSyFYFLBrWZEiSM</Authorization>
         <Content-Type>application/json</Content-Type>
      </Header>
      <Body>
         <Text />
      </Body>
   </ns0:Parameters>
</ns0:ActivityInput>

我在这里错过了什么?

调用 Google Vault API 需要一个具有保险柜管理员访问权限的 GSuite 帐户。确保您使用 Oauth 的帐户也有权访问 Vault 功能,网址为

https://ediscovery.google.com

相关内容

最新更新