google-admin-sdk Questions
1
Solved
I have a domain that I manage using Amazon Route 53. It contains TXT/MX records of Amazon Simple Email Service, that I use to process incoming email to a certain email address via AWS Lambda. I als...
Pentup asked 29/12, 2017 at 10:57
2
Solved
This is likely related to Google Directory API returns 403 for user_list with showDeleted=true but I am unfortunately unable to comment yet, and I don't have an answer to offer.
I received a servi...
Deuced asked 4/10, 2017 at 16:39
1
I thought I had applied all of the necessary scopes / requested the necessary authorizations with the following:
"https://www.googleapis.com/auth/admin.directory.customer.readonly",
"https://www.g...
Bereniceberenson asked 21/9, 2017 at 18:32
2
Solved
I'm trying to retrieve the UID of the current logged-in firebase user in my Angular 4 app. Though, if I'm logging 'firebase.auth().currentUser' to the console I get a 'null'. So 'firebase.auth().cu...
Swearword asked 3/7, 2017 at 13:39
1
Solved
I've retrieved a datetime from a bigquery record (using the google.cloud.bigquery library) and need to send it to the google admin sdk reports API in rfc 3339 format according to the 'startTime' pa...
Marisolmarissa asked 1/6, 2017 at 13:17
2
Solved
This is my java code using this code I am trying to create event with room (room is added using resource Google Calendar API) event created success fully with room A. However when I check in Google...
Kraus asked 17/2, 2017 at 9:40
4
I need to read the list of users (and groups) from my google domain.
So I went to my Google APIs Console and enabled Admin SDK and created a Service Account to call Google APIs. I use the followin...
Sniffy asked 2/9, 2013 at 8:29
4
Solved
I'm trying to use the AdminService to manage my domain's users and groups, but I'm stuck with a simple request to get all the users of my domain. There is the code in C#:
public Users GetAllUsers(...
Punctuation asked 10/6, 2013 at 22:4
2
Solved
When I'm adding members to Google Groups I'm receiving a 403 Request rate higher than configured error. This is happening for all applications, including the API Explorer on the Google developer we...
Primogenitor asked 23/7, 2015 at 0:1
1
The new function in the php library loadServiceAccountJson doesn't allow setting sub in the Google_Auth_AssertionCredentials creator, so always gives authorization fails. How do we get the library ...
Goshorn asked 24/7, 2015 at 16:46
1
Solved
I'm trying to use the Google Admin Settings API with a Service Account with no success from a C# Console application.
From what I've understood, I first have to get an OAuth token. I've tried 2 me...
Puffery asked 7/3, 2016 at 16:12
1
Solved
Trying to retreive domain number of users, 'GetCurrentNumberOfUsers()', using AdminSettings API via a Service Account in Python. Enabled delegation wide authority and scope, but getting errors. I h...
Logos asked 5/1, 2016 at 14:21
1
Solved
I have written a Java app that synchronises Google Groups on our Google Apps for Education domain (similar in function to Google Apps School Directory Sync, but customised for some of our specific ...
Uncork asked 22/4, 2015 at 6:12
3
Starting this morning, I am unable to set orgUnitPath on a User object using raw HTTP protocol.
PATCH /admin/directory/v1/users/testuser_1440432547467%40example.com
{"orgUnitPath":"/testorgunit_2...
Bi asked 24/8, 2015 at 16:48
2
I am trying to add a login option to my website for people with Google accounts. I have been able to implement this Facebook but having issues getting user account information with Google.
I am us...
Convulsive asked 14/2, 2015 at 22:58
2
Since the Google Login Auth is disabled since last week I'm trying to get oAuth 2.0 working with a service account. We want to give users on our internal web application the oppurtunity to set ther...
Subarctic asked 1/6, 2015 at 9:12
1
I am making batch requests for adding members to groups. For this I am using OAuth2.0 and obtaining the object of class type Credential.When executed, the batch.execute() throws a
java.net.Socket...
Spermiogenesis asked 9/7, 2015 at 8:56
1
Solved
Procedure
I'm going to:1. Get a OrgUnit from the Google Directory API 2. Read the OrgUnit and collect the required Data 3. Try to delete the OrgUnit I just collected.
This somehow results in a ...
Covering asked 24/4, 2015 at 8:6
1
I can access the Google Calendar API just fine after enabling it in the Developer's Console, as explained in this SO post. However, I can't find the Google Calendar Resource API in the list to enab...
Mcilroy asked 3/1, 2015 at 14:37
1
Solved
We wrote a client to create a user on googleapps using the GoogleNetHttpTransport, but we are getting a socketTimeoutException when making the user as Super Admin through superadmin api. Connecting...
Tufthunter asked 8/1, 2015 at 15:18
1
Solved
I am using the Google Admin SDK APIs to manage users (create/update) in our organization's Google apps account. We allow users to optionally use the 2-factor authentication feature and I'd like to ...
Libretto asked 20/10, 2014 at 17:4
1
Solved
I have a problem just using an example of actual version of PHP api, and using the "service-account.php" file of examples folder.
the original is for show the "Books API", and with my personal cre...
Highhanded asked 16/10, 2014 at 16:14
2
I'm trying to figure out what I need to do in order to achieve seamless SSO sign up.
When an administrator of a domain installs my google app, all of the users on his/her domain, should be able t...
Snub asked 27/2, 2014 at 16:2
1
Solved
I followed the quick start and am attempting to create a user using the google-api-ruby-client.
I've set up access in the google api console. And I can get this to work using the API explorer.
B...
Hasseman asked 20/5, 2014 at 19:8
2
Solved
When I try to make a call to the Google Directory API using Server to Server authentication, I get the error message "Not Authorized to access this resource/api".
What I did:
Created an App in t...
Unsaddle asked 31/3, 2014 at 21:39
© 2022 - 2024 — McMap. All rights reserved.