56 questions
0 votes
0 answers
63 views
Google Drive API: List All Files in a Domain (Including Private & Shared) Using Service Account with DWD
I have created a Google service account and granted it Domain-Wide Delegation (DWD). I am trying to use the Google Drive API to list all files present in the domain, including both users' private ...
1 vote
2 answers
117 views
Update addresses for Google users via apps script
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 ...
1 vote
1 answer
411 views
Google API for Admin console exists?
I need to check programmaticaly if in admin console setting ON or OFF. For example: 1. Log in to admin.google.com as an administrator. 2. Select Apps. 3. Select Google Workspace. 4. Select Gmail. 5. ...
0 votes
2 answers
207 views
have an error while sending invite email using google calendar api
Service accounts cannot invite attendees without Domain-Wide Delegation of Authority I see the error and searched lot but no solution was useful for me and I still see the error. I don't have any ...
-2 votes
2 answers
96 views
No Invitations ID [closed]
I have many google classroom invitations and I want to accept all of them through google app script using Classroom.Invitations.accept("courseId"); but then I get no data back... so I tried ...
1 vote
1 answer
406 views
Manage "Web and Mobile Apps" via REST API
Looking into how to manage (in our case just list and get properties of) the SAML application that we have created via the "Web and Mobile Apps" section of the google console. I don't see ...
-1 votes
1 answer
131 views
Google Admin SDK enterprise enrollment
Is there a way to enroll chromebooks using Google Apps Script. Here are the steps Google gives, but I want to automated the process. I couldn't find any documentation on enterprise enrollment in the ...
-1 votes
1 answer
623 views
How to pull deleted, archived, suspended users data to Google sheets from Admin SDK >> Reports API using Appscript
How to import deleted, archived, suspended USERS data (user email, deleted date, org unit path, archive date, suspended date) to Google sheets from Admin SDK >> Reports API using Appscript. ...
0 votes
0 answers
317 views
Is there an API to fetch Apps status for Google workspace subscription?
I'm in need of an API to Fetch available apps and their status for Org's workspace subscription Fetch user based usage stats for each apps associated to that particular subscription
0 votes
1 answer
1k views
Google Drive API: Is it possible to have app without permission to access a file
I have an external application that is making use of OAuth 2.0 to connect to access Google Drive API. The app has domain-wide delegation enabled and in the scope, it has been configured with the ...
0 votes
1 answer
1k views
Reset a Managed Chrome Device with SDK using Google Apps Script
I'm attempting to create a dashboard for admins to allow them to reset a chrome device managed by GoogleAdmin using google apps script. I don't see any way to perform a reset using Admin SDK API. Can ...
0 votes
1 answer
300 views
Have an issue with access to Google Web App Script
I tried to find the answer to this question. I've combed forums and stackoverflow and I'm still at a loss for how to get a web app to work outside of my own domain. Change Admin Share Settings I've ...
0 votes
2 answers
576 views
Why is this nested loop not working in Google Apps Script (Sheets/Admin) and throwing no errors?
I'm trying to find a streamlined way to keep members in about 100 Google groups up to date from info already in a Google Sheets workbook. One sheet has a list of 1700 students w/ columns for student ...
0 votes
1 answer
477 views
Google Classroom API Access requirements
I'm using this site for testing: https://developers.google.com/classroom/reference/rest/v1/courses/list I have a project setup with a service account: The account was created with read only domain ...
0 votes
0 answers
1k views
Request suddenly requires the Admin SDK API--didn't before?
My organization has a project that in the past has been able to function without issue with just the Google Drive and Google Picker APIs. Recently, (within the last few weeks?) I now get 403 errors ...