Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [google-workspace]

Use for questions about Google workspace, a paid solution by Google for all work place needs. Use in addition to the product in question(eg:[gmail],[google-sheets],[google-apps-script])

google-workspace
3 votes
1 answer
3k views

An explicit urlFetchWhitelist is required for all Google Workspace add-ons using UrlFetchApp error while deploying sheet add on

I am trying to deploy a google sheet add on (private add on.) I am using moment js for calculating the date in my code.js file My manifest looks like this Manifest: When I go to deploy the add on I ...
santa's user avatar
  • 35
3 votes
1 answer
1k views

Google Apps Script to open password-protected Excel?

Is there a way for Google Apps Script to open a password-protected Excel file if the password is supplied when getting the file? I don't see any DriveApp method that accepts a "password" ...
Ben's user avatar
  • 243
3 votes
1 answer
5k views

Doc about SCIM implementation for Google Workspace?

I need to develop a SCIM endpoint for Azure and Google Workspace. Azure and Okta have a good technical documentation about it, but I can't find anything on the Google side. All I can find is some help ...
BenoitD's user avatar
  • 525
3 votes
1 answer
1k views

Is it possible to publish a Google Apps Script Web App to G Suite Marketplace?

I know it is possible to publish a Google Script Web App to Chrome Web Store, but it's possible to publish in Google Suite Marketplace? There's no "Publish to Marketplace" option in GAS editor, but ...
elsemieni's user avatar
2 votes
1 answer
497 views

Batch Request - SendAs Emails

Is there a way to do a batch request to get SendAs emails from multiple or all users? Currently we are using a service account with user impersonation to go through each user and get the SendAs email ...
Zunair's user avatar
  • 1,175
2 votes
1 answer
1k views

Google API Service Account. Can only see service accounts drive even with Domain Wide Delegation Access

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 https:...
Brpat's user avatar
  • 63
2 votes
1 answer
1k views

Create a Google Calendar event with a specified Google Meet ID, conferenceData.conferenceId

I am wondering why the following function creates an event with a random meet ID instead of the conferenceId I specified. The conferenceId can't be programmatically set as I want? I can set the meet ...
convexky's user avatar
2 votes
3 answers
5k views

Retrieve custom attribute from user profile in Google API Scripts- Google Admin Directory

This is about G suite users.The following works in Google Admin Directory using Google Admin SDK. It retrieves email address and full name of user. var myemail = Session.getActiveUser().getEmail(); ...
mathsbeauty's user avatar
1 vote
1 answer
965 views

Account restricted to google Classroom API

My collague and I have a C# WPF project, which manage courses in Google Classroom. We create the project in Google API platform. We are the owner of the project. Both have OAuth 2.0 Client IDs. (but ...
Richárd Kottra's user avatar
1 vote
1 answer
257 views

GSuite Marketplace app with Service Account

Trouble getting Service Account authorized for Marketplace app In the process of publishing our app, we require two types of consent: Directory-wide consent by an admin for SSO, on behalf of all ...
Nth.gol's user avatar
  • 804
1 vote
2 answers
3k views

Login Required 401 using Google ServiceAccountCredential using Google Admin Directory API

I have tried to follow the simple example listed here: https://developers.google.com/admin-sdk/directory/v1/quickstart/dotnet The difference is I generated a Service Account Credential, and assigned ...
zenocon's user avatar
  • 1,627
1 vote
1 answer
213 views

Getting an Internal Server Error when I try to edit my App Script

I have been working on a Google Sheet linked to a Google Form. I created a app script and tested it to work fine. Then I closed the App script editor and cannot get it to open again. Everytime I try ...
Sandeep Bhide's user avatar
0 votes
2 answers
164 views

Why can't I return a list of specific email addresses from a Calendar invite with App Script?

I'm trying to return a list of specific email addresses of all event attendees on a GSuite calendar with a script and I can only return either an ID number or a list that appears only as "EventGuest, ...
Bob's user avatar
  • 15
0 votes
1 answer
262 views

Webhook when new domain installed my app

I'm working on GSuite application and wondered how my backend can be notified when new domain admin installs my app?
nyanev's user avatar
  • 11.4k
0 votes
0 answers
288 views

what are the google APIs to manage policies to block/restrict add-in(s) in google/Gsuite

I have a requirement to block/restrict specific add-ins for user(s) in accessing. I could able to block add-ins using google admin portal ( Security -> API Control), which solves the problem but ...
Krishna Anumothu's user avatar

15 30 50 per page
1
2
3 4 5
8