0

我使用 Python 程序中的 Google Vault API。使用方法是[方法:matters.exports.create]

参考 https://developers.google.com/vault/reference/rest/v1/matters.exports/create

使用 python 库是 google-api-python-client。 https://github.com/googleapis/google-api-python-client

result = service.matters().exports().get(matterId=matter_id, exportId=vault_extraction.export_id, alt='json').execute()

我执行了那个 python 程序,得到了一个 API 错误响应。“<HttpError 400 请求包含无效参数>”

我想知道为什么会出现错误,以及如何解决此错误。

谢谢。

4

0 回答 0