Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
0 answers
17 views

We can easily view the Storage used metric for individual Shared Drives within the Google Workspace Admin Console (admin.google.com/ac/drive/manageshareddrives). However, the Drive API (v3)'s drives....
Daisy Zhang's user avatar
1 vote
0 answers
64 views

I am working with the Google Vault API in C# and need to retrieve the email address of the user who created a Matter (i.e., the owner). Specifically, I want the email address to be visible when: ...
RONNY's user avatar
  • 33
0 votes
1 answer
98 views

I'm trying to use a service account with domain-wide delegation to transfer Google Drive data between users in my Workspace domain. The service account works fine with Directory API, but the Data ...
Paulo Henrique Quintino's user avatar
0 votes
1 answer
68 views

I have written the following script to manage my User. In the debugger I can see the field I want to address, but how can I access this field via script or how can I edit it? function getAllUsers() { ...
J. Doe's user avatar
  • 273
0 votes
0 answers
69 views

I'm trying to filter the fields that I get back from the chromeOsDevices api when listing devices. I think this used to work. GET {{baseUrl}}admin/directory/v1/customer/my_customer/devices/chromeos?...
Jan Kretschmer's user avatar
0 votes
1 answer
46 views

I'm trying to set a new user's Building id using the .NET Google Admin SDK. I'm using the Locations property to do that. Here's Building id in the Google Admin Console: And in my code: var newUser = ...
Eric Eskildsen's user avatar
0 votes
0 answers
59 views

To verify the issue, I added a simple empty HTML page, just displaying icon and title, to Google Admin Console "Kiosks", under menu: “Devices“ - “Chrome“ - “Apps & Extensions“. However, ...
Shaw's user avatar
  • 929
0 votes
2 answers
184 views

I am using the Google Admin SDK (Reports API) in a C# .NET console application to retrieve logs for the Admin application. While the API supports filters to refine the results, none of the filters ...
Parth Jani's user avatar
-5 votes
1 answer
292 views

I’m trying to create a script in Google Apps Script to edit/create reports and view them using the Admin SDK. I started with this documentation. However, the example script provided doesn’t work, and ...
The33Coder's user avatar
2 votes
2 answers
245 views

I'm using the Google Workspace Admin SDK Reports API - Email Log Search in Node.js to retrieve email logs for messages sent from my domain. I'm able to get details like: Sender email Recipient email ...
Shafi_dev's user avatar
2 votes
1 answer
396 views

I'm trying to use Google Apps Script to copy a value from a default Google field to a custom attribute that I created in the Google Admin console. As seen by the API, this is a customSchema. I can't ...
Kyle K.'s user avatar
  • 25
0 votes
1 answer
194 views

I am using Google Directory API .NET Client to fetch a list of roles in a domain (https://developers.google.com/admin-sdk/directory/reference/rest/v1/roles/list). I use a service account to ...
Nolik's user avatar
  • 141
0 votes
0 answers
64 views

In the sign in with Google, the immediate page has a text "Choose an account to continue to something.com". That "something.com" is by default the domain of the authorization ...
Annika Maranan's user avatar
0 votes
0 answers
130 views

I'm trying to get a list of users in a google test domain. Using Powershell and PSGSuite. I'm trying to work through the process. I've created a project added the Admin API enabled the following ...
shaddow's user avatar
  • 175
1 vote
2 answers
110 views

I have written a small script with which I can assign a new work address to a Google user via Google Apps Script. The script also runs without errors and if a value is already stored in the field for ...
J. Doe's user avatar
  • 273
0 votes
1 answer
185 views

I need to programmatically access the content compliance rules set in the Gmail settings from the Google Workspace Admin Console. Could you please advise if there is an available API or any other ...
shayan amar's user avatar
1 vote
1 answer
169 views

I have tried checking the group response(https://developers.google.com/admin-sdk/directory/reference/rest/v1/groups) from the Google Admin Sdk Directory Api but couldn’t find any property which could ...
Rupali Jain's user avatar
1 vote
1 answer
76 views

I am trying to invoke below Google Chrome API's with non-super admin user https://admin.googleapis.com/admin/directory/v1/customer/customer_id/roles https://admin.googleapis.com/admin/directory/v1/...
Mrudul Bhojkar's user avatar
0 votes
1 answer
88 views

so i am using google users api, so for users whenever there is a change there is https://admin.googleapis.com/admin/directory/v1/users/watch api with which i can register my url and once registered i ...
Dom's user avatar
  • 404
0 votes
0 answers
49 views

Process Overview I'm working with a Google Sheet to document information about files in a shared Google Drive folder. The goal is to log details like file ID, title, URL, submission date and time, and ...
Luis Henrique Scapini Lemos's user avatar
0 votes
2 answers
74 views

Im trying to automate user reports on my Google workspace account showing their statuses and have the report sent via email to a list of recipients monthly. I am trying to get all users with their ...
Abayomi's user avatar
0 votes
1 answer
184 views

I create a WPF application to connect to Google firestore database and everything works fine.I create the firebase admin sdk json file in firebase console: enter image description here Then in WPF ...
verybusy's user avatar
0 votes
1 answer
190 views

I am very new to the Google world and trying to get some automation done to see if the below would work in App-script. I am also not a Java guy, so I try my best. We use Okta as our SSO. Once a user ...
user23538794's user avatar
1 vote
2 answers
267 views

I'm encountering an issue while attempting to access user data using the Google Admin SDK Directory API with a service account. Here's the scenario: I have a Python script that utilizes the Google ...
user23766341's user avatar
0 votes
0 answers
103 views

Does anyone have experience deleting the device in Google using Google App Script? We want to delete the device which is not synced within 60 days. The reason we need to create a script is that we don'...
Caine0027's user avatar

1
2 3 4 5
32