All Questions
Tagged with hangouts-chat or google-hangouts
760 questions
1
vote
0
answers
180
views
Google Chat Bot Scope - Getting Error 400: invalid_scope in Oauth playground for https://www.googleapis.com/auth/chat.bot
I'm trying to test the Google Chat bot API using OAuth 2.0 Playground with the scope:
https://www.googleapis.com/auth/chat.bot
However, I encounter the following errors:
❌ Error 1: invalid_scope
Error ...
2
votes
0
answers
267
views
Google Chat API: 404 Error When Using Existing Thread Key with Webhook
I’m currently working with the Google Chat API to send messages to specific spaces using webhooks. I have encountered a persistent 404 error (Requested entity was not found) when trying to send a ...
1
vote
0
answers
142
views
No DesignTimeAgent found for project
I am using gmail account for google cloud dialogue flow chat api but gives error
'No DesignTimeAgent found for project'.and also the error in agent console when click on Publish>>All ...
0
votes
1
answer
202
views
Google Sheets ownership rights change situation
I have a google sheet in a shared company drive. The owner of the sheet is no longer with the company and it appears there is no longer an "owner". However, we use this platform that can ...
1
vote
1
answer
505
views
Send a direct message with google chat api to a user inside my (Google Workspace) organization with only e-mail
We are trying to send an asynchronous direct message (DM) to a user within our organization (managed with Google Workspace) with the google chat API. We have the users validate email, but not his/her ...
1
vote
0
answers
72
views
How to make Google Chat App Available To Test?
I enable the oauth screen fill up the name and set the google app to testing, added 2 users from my workspace (me an another person), and I can't see the chat app/bot in the marketplace internal apps ...
2
votes
0
answers
306
views
"Link" google workspace with google cloud platform
I only started to use GCP this week. I'm trying to do something similar to this tutorial: Créer une application Google Chat HTTP avec Cloud Functions | Google Chat | Google for Developers
When I ...
1
vote
0
answers
106
views
Chat API question about spaces and members
I have an account with the admin access so I can see and manage all the spaces from the admin GUI.
But when I use Chat API to retrieve all the spaces, I only get the spaces within my account.
I did ...
3
votes
2
answers
996
views
How to secure a Google Cloud Function called from Google Chat
I have a google cloud function providing a Google Chat App. My GCF receives calls from Google Chat when users type input. It doesn't call Chat; it exposes a URL and Chat calls it, it computes for a ...
4
votes
1
answer
4k
views
What is the limit of Google Chat message card via chatbot
I am trying to create poll system that use message as the database like codelabs.
Since the database is just a chat message, after there are a lot of data, the message is not updated. They called my ...
1
vote
0
answers
353
views
Can't get Google Chat messages with Gmail API
What are the details of your problem?
Until recently, in my own web application, I used the Gmail API to retrieve Google Chat messages as follows.
I was able to get it from "Label: CHAT" by ...
0
votes
1
answer
820
views
Speech to Text: Google API Error 400 Sync input too long. For audio longer than 1 min use LongRunningRecognize with a 'uri' parameter
I am still having trouble with transcribing a long audio file despite using gcs_uri link as described in the documentation. This is my code:
def googleAPI(self, gcs_uri):
client=speech....
0
votes
1
answer
2k
views
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 ...
2
votes
0
answers
665
views
Google-Chat-API: Open dialog from posted message
I use bot to post cards with version 2 (сards_v2 property).
Cards are rendered as normal, but I want to add a Button to open Dialog. This does not work.
How can I achieve this?
I post to POST /v1/chat/...
3
votes
0
answers
743
views
How to get a user's online activity status (Away or Active) via Rest API (Google Chat)
This must be a FAQ but I am new to google apis. I tried to play with the Rest APIs but its not clear to to get the online status of a user. Tried https://developers.google.com/people/api/rest/v1/...