Skip to main content
Filter by
Sorted by
Tagged with
-2 votes
0 answers
84 views

I'm integrating the Google Meet Media API (v2beta, Dev Preview) into a Node.js voice agent that should join a Meet call programmatically. The first call into SpacesService.ConnectActiveConference ...
Reliance Fund's user avatar
0 votes
0 answers
45 views

Problem I'm trying to fetch deleted Google Calendar events for a specific user using the Admin SDK Reports API and filter them by start_time. API Endpoint GET https://admin.googleapis.com/admin/...
MB03's user avatar
  • 1
Tooling
0 votes
0 replies
40 views

I posted to this topic because this is a setup question rather than troubleshooting code. I'm working on a personal project in C# and I want to integrate Google Calendar. Part of my project is to ...
USMC6072's user avatar
  • 840
1 vote
1 answer
57 views

I built a Google Meet add-on that loads an Angular web app inside the Meet side panel. The app initializes the Meet Add-on SDK, creates a session, gets meeting info, and then lets a bot connect via ...
Omer Arif's user avatar
Advice
0 votes
2 replies
99 views

I'm deploying a Google Apps Script as a Web App (doGet/doPost) to serve as a webhook relay. The script uses only CacheService for storage — no UrlFetchApp, no Sheets, no Gmail, no other Google ...
Stefan D's user avatar
Advice
0 votes
2 replies
52 views

We have a large Appsheet App in use at my work. It is composed of 3 separate applications that are tied together. There are 'formulas', spreadsheets, etc., that live outside of the Appsheet app. Note: ...
TCG_at_PPE's user avatar
Advice
0 votes
0 replies
69 views

My company want's to integrate Fitbit into our product(s) so I'm trying to access the Fitbit API (https://dev.fitbit.com). We basically need to retrieve data from Fitbit devices (steps, heart rate, ...
Richard Hurt's user avatar
  • 2,068
0 votes
0 answers
82 views

When I log in using clasp login --use-project-scopes --creds creds_file.json, I get brought to the Google sign-in screen. I select my account and successfully log in. But then I get the message "...
SSteve's user avatar
  • 10.8k
0 votes
1 answer
60 views

Looking at the docs this is the only perm I should need to grant my service account: https://www.googleapis.com/auth/admin.directory.domain.readonly The service account I'm using has domain ...
red888's user avatar
  • 32.5k
1 vote
1 answer
108 views

If a string is longer than 14 characters I want to truncate it from the start of the string. Per this popular solution I can use format() but I can't figure out how to truncate from the beginning ...
red888's user avatar
  • 32.5k
0 votes
2 answers
36 views

I have a very simple homepage with my Workspace add-on which is a Card with some text. I can't get the card to expand to the full height of the screen. It only leaves about ~340px of space. Other (...
JeroenVdb's user avatar
  • 808
0 votes
0 answers
36 views

I am trying to programmatically create a hierarchical bulleted list in a Google Doc. The goal is to have items at different nesting levels (e.g., Level 0 ●, Level 1 ○, Level 2 ■). My process involves: ...
0 votes
0 answers
75 views

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 ...
Leon Sangster's user avatar
0 votes
0 answers
74 views

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 { ...
EugeneOi's user avatar
0 votes
0 answers
94 views

I am running a Google Apps Script to programmatically update Gmail signatures for users across my Google Workspace domain using a Service Account with Domain-Wide Delegation (DWD). Despite confirming ...
nano nano's user avatar

15 30 50 per page
1
2 3 4 5
…
135