google-admin-sdk Questions

1

There is a value called Customer ID in Google Workspace, which will be unique for every Workspace. You can find this value in Google Admin Console -> Account -> Account Settings -> Profile...
Wingover asked 8/10 at 8:29

5

Solved

I wrote a Python script(Google_add.py) which creates users in the Google Workspace. However, When it is run, an AttributeError occurred. How do I resolve this Error? ・Google_add.py (Excerpt) PATH =...

3

Solved

I am developing a tool to automate the transfer of ownership of Google Drive documents from one user to another using Admin SDK which is run by the admin. I used the Data transfer API for the owner...
Repression asked 2/6, 2016 at 22:5

5

Solved

I see that it is possible to list all members that belong to a specific group, as documented here: https://developers.google.com/admin-sdk/directory/v1/guides/manage-group-members#get_all_members ...
Baca asked 11/6, 2014 at 2:59

3

As part of our "off-boarding" process for employees leaving the company, as super admins we use the Google Apps Admin SDK Directory API to change the user's password so that they can no longer acce...

10

Solved

I am trying to create a Google sign-in and getting the error: Permission denied to generate login hint for target domain Before you mark this a duplicate, this is not the same as the question ...
Historiography asked 15/3, 2016 at 19:27

3

Solved

Goal: I'm trying to get all the calendars in my Gsuite org. Problem: I know I can get a list of calendars using CalendarList.list but that's only if the user or service account has all the calenda...

0

I have a process that runs in a Java Cloud Function and sends notifications to Firebase's FCM using the Firebase admin sdk. I'm currently testing this with unit tests that mock FCM classes. I'd lik...

4

Solved

So, I've been getting this warning recently: The behavior for Date objects stored in Firestore is going to change AND YOUR APP MAY BREAK. To hide this warning and ensure your app does not brea...

5

Many of the Directory API calls require a customer parameter referred to as the "Immutable id of the Google Apps account. (string)". e.g. GET https://www.googleapis.com/admin/directory/v1/customer...
Unbelief asked 3/11, 2015 at 7:57

2

I think I might be misunderstanding how Service Accounts work in GCP, as I don't understand why (in my situation) they need to impersonate a user to complete a task. I need to access some informati...

3

Solved

I'm using google admin directory API to get all accounts public information using following API https://www.googleapis.com/admin/directory/v1/users here is link for this api link when I logged in...
Constraint asked 11/2, 2020 at 19:50

3

Solved

I've created Service Account client via console.developers.google.com. Generated keys, .p12 cert, enabled DwD, and so ... Then I've continued as describer in Admin API references. (HTTP/REST versi...
Unite asked 13/2, 2017 at 12:20

5

Solved

I am trying to create folder using google drive api. I am able to get file id at the end. but i am not able to my folder in google drive. it seems some permission issue? $scopes = array( 'https:/...
Revengeful asked 27/7, 2016 at 13:52

4

Solved

I am testing how to update user picture using the Admin SDK Directory Service with Google Apps Scripts with the following function: function updatePhoto(){ var fileId = 'XXXXXXXXXXXXXXXXXXX'; va...
Stoa asked 2/3, 2014 at 14:23

3

Solved

I'm quite new to Cloud Firestore (aren't we all?) and I've added some data to my db using the admin SDK in Node.js. It shows up on the console, but under the doc it says "This document does not exi...

2

Solved

I am able to retrieve the thumbnailPhotoUrl from the user.list api of the google admin SDK. However, whenever I try to render the image, Google is redirecting to a static silhouette image. The URL ...
Classical asked 23/8, 2014 at 23:40

1

Solved

I'm currently using a Google Service Account that has domain wide delegation enabled ( I followed this link https://developers.google.com/identity/protocols/oauth2/service-account, and this link ht...

1

Solved

I am trying to connect to the G-Suite's User directory using the google-admin-sdk. I am using an API Key for authorization and I am not able to reach a successful execution. Here is the code snipp...
Kosciusko asked 6/2, 2020 at 9:9

1

We are doing a web app for our internal organization use. We need to check members and their roles for a particular group from our backend. Our google administrators are not providing us domain wid...
Gatian asked 16/8, 2019 at 12:8

4

Solved

I use the following code in a java web application to try to get all users of a group: GoogleCredential credential = GoogleCredential.fromStream(Util.class.getResourceAsStream("[credential_file].j...

3

I'm currently trying to integrate with the Google Admin SDK via C# so we can manage users via our own system. However, when running the project I get the error: Unauthorized Client. Things I have ...

3

Solved

I need get list of contacts/phones from google buisness directory listing. I have tried Google Contacts api, it work ok for all contacts under "My Contacts", but not allow show "Directory" contact...

2

Solved

I've been reading this documentation on how to update custom attributes for users. From how this is written, it seems as though I would be able to do the following: email = "[email protected...

1

I have created a channel to send my app notifications when a user is updated like so: data = { 'id': channel_id, 'type': 'web_hook', 'address': domain_address, 'kind': 'api#channel', } channel...
Fuchsin asked 19/6, 2017 at 22:55

© 2022 - 2024 — McMap. All rights reserved.