Skip to main content
0 votes
0 answers
23 views

Google Vault API -- Google Voice 403 Issues

My current code: def __api_create_export( access_token, matter_id, org_unit_id: str, start_time: arrow.Arrow, end_time: arrow.Arrow ): headers = {"Authorization": f"Bearer {...
Som Mohapatra's user avatar
0 votes
0 answers
17 views

Google Vault API Usage

We are facing some issues with the Google Vault API. When retrieving data using the Vault API in my Python automation, we only receive 28 matters. we tried the same request with Postman and also ...
Raju Vemula's user avatar
0 votes
0 answers
95 views

Transient error. Retry issue when calling GVault Create Hold API

We use the GVault Hold API to create holds in GVault on behalf of our customers using the API defined here https://developers.google.com/vault/reference/rest/v1/matters.holds/create, via the Google....
Jamie Nordmeyer's user avatar
0 votes
1 answer
236 views

Vault Drive export using Search Term "in:trash AND owner:me". owner:me behaviour correct?

We have found a strange edge case and I would like some advice as to how "owner:me" works with the Vault API. Vault retention is turned on. User [email protected] has had a lot of drive ...
Matt's user avatar
  • 399
1 vote
1 answer
522 views

Try to download export from google vault, get 403 error using service account

From documentation on https://developers.google.com/vault/guides/exports, I've been able to create, list, and retrieve exports, but I haven't found any way to download the exported data associated ...
James Zou's user avatar
1 vote
0 answers
321 views

Authenticating to Google Vault API -- getting 400 response with message: "The user does not belong to a G Suite customer."

I'm trying to do a simple query from the Google Vault API using JSON credentials provided from the Google API console for a service account. I'm getting a 400 response (Invalid Request / Invalid ...
Jeff's user avatar
  • 11
0 votes
1 answer
198 views

can't download blob from Google Vault API export

I can't get this to work either. In the Google API example documentation, it states this, see below. I am able to authenticate using a storage account, and access the Bucket and see the blobs, but ...
Jeffrey Goodwin's user avatar
0 votes
0 answers
2k views

Google cloud storage object - Service account does not have storage object get access

I have a service account for my GCP project that uses the Vault and Google Cloud Storage APIs. I have ensured that both of these APIs are enabled. I have also ensured my service account has the ...
line_definer's user avatar
3 votes
0 answers
3k views

GoogleCredentials.getApplicationDefault() returning unexpected results

I am using a Google cloud function and can't get the default service account to work properly. The service account works fine if I pass in a JSON credentials file. However, if I set the same service ...
BobL's user avatar
  • 31
0 votes
1 answer
194 views

FAILD status when export query result from Google Vault API

I’m using Google Vault API (python script) to query message data from google chat. I have about 1800 emails but when I queried from the 1000th email to 1050th email, the export status returned FAILED ...
Nghĩa Lê's user avatar
0 votes
1 answer
135 views

Search for messages in Google Chat Space through Google Vault API

I'm trying to create a Google Vault Export containing all messages in a Chat Space by querying for a specific Chat Space ID. Unfortunately, creating an export for the following query: newQuery ....
David Mszrs's user avatar
0 votes
1 answer
282 views

Can storage service access Google Vault Buckets

I am trying to write a Java program to download Vault export data to a Google Cloud storage bucket since the export data gets deleted after 2 weeks. The Vault data is associated with the typical GCS ...
BobL's user avatar
  • 31
0 votes
1 answer
916 views

Create vault matter and export mailboxes with GAM

So, I'm new to GAM but was tasked by my supervisor to use it with our Google Workspace to create a process of exporting offboarded employee mailboxes on a regular basis. I've learned a bit about ...
devmilroy's user avatar
1 vote
1 answer
174 views

Get items count and items size of a particular account under hold in G-Suit

I am G-Suit admin user having google vault privileges. I am trying to get items count and items size of a particular account placed under hold. Could you please suggest an API endpoint to retrieve ...
Admin User's user avatar
0 votes
0 answers
136 views

Error About Google Vault API with python program

Im using Google Vault API from the python program. Using method is [Method: matters.exports.create] reference https://developers.google.com/vault/reference/rest/v1/matters.exports/create Using python ...
user46963's user avatar

15 30 50 per page