225 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
1
answer
81
views
Google Chat App (Python/FastAPI) Returns "Failed to parse JSON" on All Response Formats Due to Add-on Pipeline Routing
I am attempting to deploy a simple Google Chat application using Python (FastAPI/Functions Framework) and an ngrok tunnel as the endpoint.
My goal is to create a standard, text-only chatbot that ...
4
votes
0
answers
126
views
Google Chat App doesn’t receive CARD_CLICKED events when a button is pressed
I'm developing a Google Chat bot using Kotlin (Ktor 2.3.4) that successfully handles standard Chat events such as:
ADDED_TO_SPACE
REMOVED_FROM_SPACE
MESSAGE (when the bot is mentioned)
However, ...
1
vote
0
answers
28
views
Google Chat API 403 Forbidden with Spring Boot on user-specific spaces
I'm using Spring Boot and a Service Account to send Google Chat notifications. In my application, each user provides their own target spaceId in their profile. The app retrieves this ID and sends a ...
0
votes
0
answers
149
views
Google Chat App with a Cloud Run Function - RenderActions and cardsV2 error
I am trying to build a Google Chat App that calls a Cloud Run function as the logic. I am assuming the GCP interfaces must have recently changed/updated because a lot of the guides and troubleshooting ...
0
votes
0
answers
70
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
0
answers
128
views
Google Chat Apps Script bot deployment connected correctly but not receiving any events
I’m trying to build a simple Google Chat bot using Apps Script.
I’ve followed the official documentation:
Created the Apps Script project with handlers onMessage, onAddToSpace, onRemoveFromSpace.
...
0
votes
2
answers
317
views
Google Chat App on Cloud Functions (2nd gen) – response fails
I’m building a very simple Google Chat App on Cloud Functions (2nd gen) (Python). The app should just reply "OK" when I send a message from mail.google.com/chat.
But in the logging error ...
0
votes
1
answer
69
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 ...
2
votes
0
answers
89
views
How to display formatted code blocks in Google Chat cardsV2 API notifications?
I am trying to add code block formatting to a card sent as a notification via Google Chat cardsV2 API. However, the code block formatting is completely ignored and fails to render properly.
I have ...
3
votes
0
answers
262
views
Google Chat API suddenly returns 500 Internal Server Error after 2 years of stable operation [closed]
I have a production Java application that has been sending messages to Google Chat spaces using the Google Chat API for over two years with absolutely no issues. The relevant code and Google Cloud ...
0
votes
0
answers
40
views
How can I set the submission link in post submission hook on EAS?
I want to add a link to the submission to the message from my Expo EAS pipeline to my group gchat when the new ios/android builds has finished submitting to the app stores.
I already have the post to ...
0
votes
0
answers
157
views
Send Images on Google Chat API
I'm developing a small application to automate message delivery in my Google Chat spaces. Some of these messages need to include images. I'm using the Google Chat API, but it seems it only accepts ...
3
votes
1
answer
185
views
Does Google Chat App Support Showing Typing Indicators?
I've developed a Google Chat app through a Google Cloud project (enabled the Google Chat API, created the app, and deployed it internally). The app is added to chats via the "New Chat" ...
0
votes
0
answers
131
views
Google Chat CardV2 with 'buttons' widget results in "Bot not responding" / API 400 Error
I'm developing a Google Chat bot using Node.js on Google Cloud Functions. I'm trying to respond to a slash command with an interactive card (CardV2) containing buttons.
What Works:
My function ...
1
vote
0
answers
65
views
PHP lib google/apps-chat upload document failed with Service Account permission error
...
// Create a client.
$chatServiceClient = new ChatServiceClient([
'credentials' => "$keyPath/songanhbot-sa-02.json",
]
);
//...