Questions tagged [hangouts-api]

The Google+ Hangouts API lets users develop collaborative apps that run inside a Google+ Hangout. Developers can write their apps as either a Hangout application or extension.

The Google+ API lets users develop collaborative apps that run inside a Google+ Hangout. Developers can write their apps as either a Hangout application or extension.

References:

135 questions
0
votes
0 answers

Google Chat Bot: Bot reply not seen by both people

I have created a chat bot for google chat to our gsuite. When I type @DadJokes it returns random dadjoke from an API Problem is that only I can see the returned joke and I cannot find info about this in the documentation. Can anyone navigate me to…
Erik Kubica
  • 1,180
  • 3
  • 15
  • 39
0
votes
1 answer

Some Hangout's API methods are not working

I'm building a chat bot using Hangouts API and some of the API methods are not working, I receive the response: { "error": { "code": 400, "message": "Request contains an invalid argument.", "status": "INVALID_ARGUMENT" } } For…
sirmd
  • 41
  • 5
0
votes
1 answer

get report G Suite account

I'm trying to get google report activity by calling https://www.googleapis.com/admin/reports/v1/activity/users/all/applications/meet I created a service account and I have to use the generated private key (json file) as access token. My code…
OraBo
  • 53
  • 1
  • 1
  • 7
0
votes
2 answers

What is meaning by space name in Google Hangout API

GET https://chat.googleapis.com/v1/{name=spaces/*} Example: spaces/AAAAMpdlehY From where I can check my space name. Any help would be much appreciated!
0
votes
1 answer

How to create Hangouts chat message via API with a link to Video meeting

I'm trying to create Google Hangouts Chat message with a link to new Video meeting. So far I managed to send a regular message, but I cannot find how to create a video meeting and send a link there: msg := chat.Message { Text: "test msg", } _,…
Jan Petr
  • 685
  • 5
  • 11
0
votes
0 answers

What is the maximum length of a JSON response message?

I am using python to generate custom payload responses for a Hangouts ChatBot. This works great but I have found some instances where the number of records I get returned from my BQ results and then add to my card responses as both text and buttons…
Jesse
  • 1
  • 2
0
votes
1 answer

Which account does DriveApp access in a hangouts chats Bot app script

We have a hangouts chat bot that collects data from users who chat with it and saves in a csv file on google drive, The problem is that the script tries to find the csv file from the drive account of the user who is chatting with it. This is how i…
0
votes
1 answer

Hangouts chats api script BOT to get user's location GPS coordinates

We have developed a hangouts chats bot( In pure javascript, google app script) to be able to interact with users when we are offline. We wanted to know the location of the users who chat with the bot, is it possible to get the gps coordinates of the…
indago
  • 2,041
  • 3
  • 29
  • 48
0
votes
1 answer

How to add attachement in hangouts chat bot reply

I created a bot in hangouts chat and also used the card message reply api. I need to attach an image { "cards": [ { "sections": [ { "widgets": [ { "image": { "imageUrl":…
Kaushik Vijayakumar
  • 755
  • 3
  • 10
  • 19
0
votes
3 answers

Cannot message bot due to 'Your administrator prevented you from talking to bots in direct messages'

We have a simple hangouts bot that has been working fine for several months. Starting yesterday 1 or 2 users indicated that they were receiving an error message when talking to the bot indicating that: 'Your administrator prevented you from talking…
Joe J
  • 11
  • 5
0
votes
1 answer

Hangouts API: Is "Room Name" exposed anywhere in API?

I've read the documentation at https://developers.google.com/hangouts/chat/reference/rest/v1/spaces/get and I've successfully retrieved "memberships" information in JSON format using spaces.get. However, I'm not seeing anywhere I can get the room…
policenauts
  • 512
  • 6
  • 18
0
votes
1 answer

Sending a "please wait" message in google hangouts chat

I'm creating a google hangouts chatbot. I'm building the bot in Google Apps Script. The bot accesses some web apis that usually take a few seconds, but the wait can be disconcerting to the user who doesn't realize the system is not just ignoring…
rwreed
  • 348
  • 2
  • 10
0
votes
0 answers

Receiving a 'Submit Failed' error when trying to make changes to API configuration

I have made a simple bot for Google Chat, which has been working perfectly fine for the past couple of weeks. I tried to make a change to the API configuration for Hangouts Chat, and am greeted by this error. I have tried making different changes…
0
votes
1 answer

Bot or script to take over a Hangout conversation

Is it possible to implement a bot or program to take over a communication on my behalf is such way that my friend not notice it's not me who is responding? Can I do this with Hangouts Bot or I need to implement an application with Hangouts API?
myco
  • 1
  • 1
0
votes
1 answer

Make Hangouts Chat bot response visible only to sender user in room

I want to build a bot in which the invoking user first need to select an option from the first Bot response and therefore the selected option does post it to the room. A simple example to explain the use case: User "Mr.X" is in room "RoomX". Mr.X…
jonathanwiesel
  • 1,036
  • 2
  • 16
  • 35
1 2 3
8 9