2,014 questions
-2
votes
0
answers
84
views
Google Meet Media API v2beta connectActiveConference returns 500 UNKNOWN with valid SDP and all 6 scopes
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 ...
0
votes
0
answers
45
views
Google Admin SDK Reports API - Cannot filter calendar audit logs by start_time (intValue/int64) - 500 and 400 errors
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/...
Tooling
0
votes
0
replies
40
views
How do I setup a Google Workspace Admin or do I need to?
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 ...
1
vote
1
answer
57
views
Google Meet Add-on stopped initializing after trying to add CoDoingClient (even after reverting)
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 ...
Advice
0
votes
2
replies
99
views
daily request limit for incoming HTTP requests
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 ...
Advice
0
votes
2
replies
52
views
Appsheet Development Plan
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: ...
Advice
0
votes
0
replies
69
views
How do you access Fitbit developer resources as a company / group of developers?
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, ...
0
votes
0
answers
82
views
Clasp login says "You are logged in as an unknown user"
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 "...
0
votes
1
answer
60
views
How do I call domainAliases.list with the discovery API?
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 ...
1
vote
1
answer
108
views
How do I use the Terraform format function to truncate from the start of the string instead of the end?
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 ...
0
votes
2
answers
36
views
Add-on not using the full height
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 (...
0
votes
0
answers
36
views
How can I correctly set the nestingLevel (0, 1, 2) for items created by createParagraphBullets in Google Docs using the Google Docs API?
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
Google Script Cannot Fetch Users With Licenses (Via SKU ID)
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 ...
0
votes
0
answers
74
views
Activities.Watch() gives me the 'sync' event only
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
{
...
0
votes
0
answers
94
views
Gmail API 403 "Delegation denied" error using Service Account DWD (Apps Script) despite Super Admin role
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 ...