Questions tagged [google-business]

26 questions
3
votes
1 answer

Getting error {{'code': 400, 'message': 'Invalid JSON payload received. Unexpected token.\ncomment=Thank+you\n^', 'status': 'INVALID_ARGUMENT'}}

I am trying to run the following code for googleautoreply but it is giving the error 'Invalid JSON payload received. Here is the Code: import requests import json data = {"comment":"Thank you"} headers = { "User-Agent": "Mozilla/5.0…
Manish Saini
  • 101
  • 1
  • 6
3
votes
1 answer

Error 1000 Fetching image failed. I can't upload a binary photo using the google business API

[API google GMB] Can not upload a photo using the media.upload API for Upload from bytes. Hi I am trying to upload a photo from bytes using the google my business API following the steps describe in the next guide: guide upload from bytes. For…
2
votes
2 answers

Find LocationId using api for Google My Business API

I'm trying to use this API to get all Google business reviews https://mybusiness.googleapis.com/v4/accounts/{accountId}/locations/{locationId}/reviews But here I need accountId and locationId. I want to make use of api to get both these values. I…
2
votes
1 answer

Google Business Messages API has not been used in project before or it is disabled issue

I am getting below error while sending a Google Business Messages via API Business Messages API has not been used in project 7170339412 before or it is disabled. Enable it by visiting…
user13150875
1
vote
1 answer

Google Business review fetch API response 200 Status But Empty JSON Response

I'm using the Google My Business API in our project to fetch google review. The javascript script iterates over the list of locations and fetches review for each location. I know the code works because the majority of the locations return review…
1
vote
1 answer

Is Google Business Profile APIs "List all reviews" deprecated/disabled

I want to use this API "List all reviews" @ https://developers.google.com/my-business/content/review-data#list_all_reviews, but I am not sure if it is deprecated/disabled as there is a message on the top of the page indicating: Update your Google…
John John
  • 1
  • 72
  • 238
  • 501
1
vote
1 answer

Google Business Messagess with Google My Business Api

I have propblem with Onboard locations with Business Profiles. I have working My Business App where i can make actions on Locations, reviews etc. Also I added in Business Communications Brand, Agent and Location with id from GMB. Now I have problem…
1
vote
0 answers

How to retrieve the locations of my organization's branches from Google Business Api in javascript

I am looking to write JavaScript code for getting the location branches of my organization which is already been verified by google business and using the Business API. Unfortunately I am unable to get any proper implementation in JavaScript to…
1
vote
1 answer

Getting CORS Error when using Google Business API

I am using google business API and trying to get location list. I am going trough their documentation and using project from the link below as basis https://developers.google.com/my-business/content/implement-oauth Using that project I am able to…
friva
  • 21
  • 1
1
vote
0 answers

chrome extension - show notifications with buttons - Setting button is not working

I have the following code, I add a new notification with one button... but actually, I see two buttons one that I have added and the second one "settings" when I clicked on the "settings" button nothing…
0
votes
1 answer

Google Business Profile APIs

Can I track suggested changes to my profile from random users? I want to update my profile only via my application or google business dashboard. If any suggestion will be created via random user (for example NAME change) I want to display this…
0
votes
0 answers

Issues with Google Business API

I have an issue with Google Business API, I'm trying to access reviews from location but Google keeps on throwing more problems. Here is a part of my code: