Questions tagged [google-chat]

Use for programming question related to Google Chat (https://chat.google.com)

Do not confuse with Google Hangouts (https://hangouts.google.com)

Use for programming questions related to Google Chat (https://chat.google.com)

Questions about general usage might be asked in the official community https://support.google.com/chat

Questions about general usage about the web application (https://chat.google.com) might be asked in https://webapps.stackexchange.com

Questions about general usage about the Android application migth be asked in https://android.stackexchange.com

Related tags:

Do not use with

  • as this tag corresponds to a API that is deprecated.
164 questions
0
votes
1 answer

Do I need to enable billing for the Google Chat API or just create a service account?

Does the google-chat-api service have a free tier for organizations? In the tutorials it is mentioned that we have to create a cloud account and enable billing, which I was led to believe is not a necessity. In other docs its mentioned we just…
SKB_BGPL
  • 13
  • 4
0
votes
1 answer

Google App Script - Chat API - 404 error when retrieving messages in space via REST API

I face an issue when trying to GET messages for a specific Google Chat Space using APIs. I try to use the spaces.messages/list endpoint from the official Google API. ✅ When I try to POST a new message with the same code / scope, it works. ❌ When I…
Joey Bronner
  • 506
  • 4
  • 11
0
votes
1 answer

Extract the membership list from Google Space using Appscript

I have been searching through a lot of forums to understand if it's possible to fetch the members from a google space. However, I couldn't find any relevant source that I could rely on.…
Gitz
  • 63
  • 5
0
votes
0 answers

Google chat API - sending message to direct in-line thread

Is it possible to send messages to specific google room threads using google chat API if Google changed the threading in rooms to with in-line threading?
Kastel
  • 51
  • 4
0
votes
0 answers

Trying to upload an attachment to existing Google space using requests api

I need a payload of what the request body should consist of if i want to send an attachemnt to the chat space using api . I tried using below url to upload but stuck in middle without any…
0
votes
0 answers

How to run a google apps script using a service account from google cloud platform?

I'm currently working on a google chatbot and it works with google apps script and google cloud platform. (Click on this link to see more : https://www.youtube.com/watch?v=7oi3OWHh6Ic). I manage to run the bot and execute commands with it. But I…
0
votes
0 answers

Google ChatBot - Retrieve Uploaded Content (attachments)

I'm trying to develop a ChatBot in Google Chat, using Google Apps Script. The Chabot shuold retrieve an attachment uploaded (e.g. .PDF file) by the user and move it into a Drive folder. I've read the official documentantion but I suppose the it…
Tom91
  • 3
  • 2
0
votes
0 answers

Debugging Google Chat app and Apps script

I'm building my first Chat app where I post an interactive card with two buttons: Approve and Reject. I created my card where I specify function name for Apps script. The script should get two parameters sent with the event. At the moment, the…
avn
  • 1
  • 1
0
votes
1 answer

How do I update an existing Google chat space message with my chat bot?

I am trying to create a survey bot based on this article (https://www.cloudskillsboost.google/focuses/21000?parent=catalog) without using node.js and cloud functions and only using Google Apps Script. I think it's possible to preserve the survey…
0
votes
1 answer

mvnrepository doesn't show google-api-services-chat library

mvnrepository doesn't show google-api-services-chat library the documentation refers to https://developers.google.com/chat/api/guides/libraries#java repositories { mavenCentral() } dependencies { compile…
user352290
  • 473
  • 1
  • 5
  • 16
0
votes
1 answer

Google ChatBot - TextInput fields required

I'm developing a chatbot using Google App Scripts and I was wondering how to get a textInputs field required/ mandatory. For example, I have a dialog Box with an input text (as reported below) and i would like to get this field mandatory to fill in…
Tom91
  • 3
  • 2
0
votes
0 answers

How to retrieve and process the data from the open dialog form?

I'm trying to process the response data in the open dialog but got stuck in this the retrieval. I followed the step by step procedure given in this link: https://developers.google.com/chat/how-tos/dialogs but unfortunately, it didn't work as…
0
votes
0 answers

Google Chat Extension TrustedHTML

I'm building an extension for Google Chat that I want to use to generate my own auto-replies instead of using the built-in suggested auto-replies. However, I seem to be running into an issue. Due to problems with XSS vulnerabilities, my environment…
0
votes
1 answer

Google chat and Slack integration

My team is working mostly with google chat but we also work with different teams that work with slack Is there a way to integarte google chat and slack so that massages in google chat will apear in slack? Thank you!
0
votes
1 answer

Create a space with Google Chat REST API

We have a program that uses a service account to manage various thing inside Google Chat. Now, we have the need to create a new space using the Google Chat REST API (spaces.create). We already joined the developer preview program, as this endpoint…
Fabio R
  • 3
  • 2