1,574 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
50
views
Google Script Cannot Fetch Users With Licenses (Via SKU ID)
I have recently gotten into Google Scripting to manage a School's IT space. I am currently working on a script that should check any students who have left and remove their paid licenses. However, I ...
0
votes
0
answers
65
views
Activities.Watch() gives me the 'sync' event only
I want to get notifications when an admin adds a user in a group in Google Workspace. And I call the Watch method to do it:
var channel = new Google.Apis.Admin.Reports.reports_v1.Data.Channel
{
...
1
vote
0
answers
65
views
How to get email address of Matter owner?
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:
...
2
votes
0
answers
110
views
How can I retrieve Google Classroom audit logs programmatically (without Admin Console)?
Is it possible to automatically retrieve Google Classroom audit logs via an API or similar method, instead of downloading them manually from the Admin Console?
I initially thought I could use the ...
0
votes
1
answer
110
views
Data Transfer API 401 error with service account (Domain-wide Delegation), but Directory API works
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 ...
1
vote
1
answer
131
views
How to restrict access of a service account to only specified user(s) in google workspace?
I'm developing an application that needs to read and label emails from a single, specific mailbox that is a part of a google workspace.
I managed to connect a service account to the workspace using ...
0
votes
1
answer
71
views
To managed the field "description"
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() {
...
0
votes
2
answers
130
views
google admin api for Node, users.list fails with http 400: GaxiosError: Invalid Input
I can run the users.list query and get the data response on the Api explorer for the Directory API (https://developers.google.com/workspace/explore?filter&discoveryUrl)
and the Javascript query ...
0
votes
0
answers
70
views
ChromeOsDevices List ignores "&fields=" parameter
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?...
0
votes
0
answers
76
views
Google Admin SDK Reports API - HttpError 401 "Access denied" despite domain-wide delegation
I am trying to access the Google Admin SDK Reports API using a service account, but I keep getting the following error:
HttpError 401 when requesting https://admin.googleapis.com/admin/reports/v1/...
0
votes
1
answer
56
views
Setting a Google user's Building ID: Locations property throws exception: "Required parameter: [resource.location.field[0].Value]"
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 = ...
0
votes
1
answer
70
views
Unable to Retrieve API Clients and Assigned OAuth Scopes via Google Admin SDK in C# .NET
I am currently working on a C# .NET application that leverages the Google Admin SDK to manage administrative tasks within our organization. As part of this implementation, I require a method to ...
0
votes
0
answers
66
views
ChromeOS Kiosk links in Google Admin Console keep fetching old version
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, ...
0
votes
1
answer
107
views
FCM with Php and Admin-sdk. Shows firebase sdk class not found
I used composer to install firebase admin-sdk with command composer require kreait/firebase-php
The resulting downloaded folder structure had
vendor/kreait/firebase-php , vendor/kreait/clock,
vendor/...
0
votes
2
answers
194
views
Filters Not Functioning for Admin Application Logs in Google Admin SDK
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 ...