272 questions
0 votes
0 answers
38 views
I use only the default oauth scope for my google workspace marketplace addon..should i still handle granular consent (before Dec 1, 2025) [closed]
My google workspace marketplace addon dosen't require any additional scope while installing (just the default scopes Email and Profile are enough)...But google has sent me mail to handle granular ...
Advice
0 votes
4 replies
58 views
Slides Add-On accessing Sheets Data and Narrowing Scopes
I have an Add-On under review in the Google Marketplace. My Add-On runs in Google Slides and needs to access Google Sheets data to create various visuals in Slides. Specifically my Add-On pulls data ...
3 votes
0 answers
57 views
Google Drive Add-on homepage renders twice when onItemsSelectedTrigger is present and no items are selected
I'm developing a Google Workspace Add-on for Google Drive and have run into a strange rendering bug. When my add-on is opened in the Drive sidebar, the card generated by my homepageTrigger function is ...
1 vote
1 answer
64 views
How to test a Google Drive add-on?
I have written a simple add-on using google apps script, and "deployed" it as "Add On". But whatever I do, I cannot figure out how to connect that add on to my drive account so I ...
-1 votes
1 answer
62 views
Google Workspace Add-on rejected with generic 'Add-on error' when calling external API (UrlFetchApp) [closed]
I have developed a Google Workspace Add-on (published from a standalone Apps Script project) that relies on making an external API call for verification and event logging. The app works perfectly when ...
0 votes
2 answers
106 views
Making a Google Workspace add-on interface in HTML [closed]
I am planning to build a Google Workspace add-on. However, I am not fond of their CardService that isn't very flexible. I would like to make a more visually appealing interface of my own, using HTML, ...
0 votes
0 answers
65 views
"You need access" page blocking users from using Google Chat app made with Apps Script
I built a Google Chat bot with Apps Script and published it to the Google Workspace Marketplace. It works fine in testing or for anyone with editor access to the Apps Script project. The problem: when ...
0 votes
1 answer
67 views
Card click function in Google App Script add-on?
Cannot understand why when I'm pressing the button it triggers the function multiple times. Also, the event handler handleCardClick(e) returns back whole json (instead of saying what action was ...
0 votes
1 answer
61 views
CardService.newAlert() does not work in my Add-In-Training-Script for GMail
I am currently practicing my knowledge of Apps Script for Gmail and have written the attached script. It starts up without any problems, but when I click on a button, I always get the error TypeError:...
1 vote
0 answers
101 views
Google Calendar Add-on sync not working for users with many events
I have built a custom Google Calendar Add-on. After user authentication, it allows users to create an event with name, date, time, and selected add-ons. Once the user selects an add-on, the event is ...
0 votes
1 answer
99 views
getStartTime/getEndTime
Im currently working on a simple internal add-on for google calendar. When we click a event we will choose a option from a dropdown and click a button. When that happens, take the selected item with ...
0 votes
0 answers
264 views
Google workspace calendar third-party conference add-on not working even tho conferenceData is returned from the http endpoint
I am trying to create a Google Workspace calendar add-on for a third-party conference solution using HTTP endpoint (aka alternate runtime for addons). I set up the HTTP endpoint server in Spring Boot. ...
0 votes
1 answer
105 views
Google Workspace Add-on doesn't display homepage card in Sheets, only shows “Help” button after installation [duplicate]
I'm building a Google Workspace Add-on for Google Sheets using CardService. I’ve configured the homepageTrigger properly in the manifest and the onHomepage() function returns a simple card with a ...
1 vote
0 answers
47 views
Issue with URL Whitelisting in Review Environment vs. Local Testing
I'm encountering an issue with my Google Workspace Marketplace app submission. The app was rejected because, during the review, an external URL appears to not be whitelisted. However, when I run the ...
0 votes
0 answers
64 views
Google Apps Script Creating SideBar and Not Menu Item - Internal Addon App [duplicate]
I'm having difficulties with my internal addon. I'm not super amazing with my knowledge of google scripts but I make it work. The script works fine when added to an individual doc and behaves as ...