Questions tagged [google-my-business]

47 questions
0
votes
1 answer

How to send request to Business Profile Performance API in Java?

Does anyone know how I can send request to this API using Java? The link is Business Profile Performance API but there is no code example. The code I tried is not correct: supposing businessProfilePerformance is a variable of type …
0
votes
0 answers

Number of reviews not showing in mobile device for GMB listing

The number of reviews is not showing on a mobile device for the GMB listing but is showing on a desktop device. PFB screenshots for reference 1: mobile map screenshot - mobile device 2: desktop map screenshot - desktop device PFB GMB listing tag : …
0
votes
1 answer

PERMISSION_DENIED when invite people to google my business profile account

I'm trying to use Google API to invite managers to my business profile account My role is "OWNER" and I try to invite someone by email I used OAuth playground tool to achieve that. scope: https://www.googleapis.com/auth/business.manage method:…
0
votes
1 answer

Google My Business API Python - Build Error - UnknownApiNameOrVersion

I am trying to Update Cover Photo of Google My Business in Flask App. Below is my code to achieve the same. SCOPES = ["https://www.googleapis.com/auth/business.manage"] API_SERVICE_NAME = "mybusiness" API_VERSION = "v1" API_KEY =…
0
votes
1 answer

Retrieve Photo as well in Google Business Profile Location

I have the following code to retrieve information about a Business location from the Google My Business API. let readMask =…
ololo
  • 1,326
  • 2
  • 14
  • 47
0
votes
0 answers

Google Business Profile API get account error

When I try to get the accounts lists with "Method: accounts.list" It shows this error: { "error": { "code": 400, "message": "Request contains an invalid argument.", "status": "INVALID_ARGUMENT", "details": [ { …
0
votes
1 answer

How can I get moving with Google My Business API from NodeJS

I am trying to build an app where users can connect their Google My Business profiles and then select any of them any time to post content and product updates to their GMB businesses via my app. I have filled this Form several times with no success.…
ololo
  • 1,326
  • 2
  • 14
  • 47
0
votes
0 answers

Why Google My Business API returns an `attribute` which is not deprecated and then does not accept to set this attribute for the locations?

I am using the new GOOGLE My Business Information API in JAVA, according to this link. I read all possible attributes that GOOGLE has considered for various Categories and the related Attributes. The API is supposed to return a value named…
0
votes
1 answer

how to get google-updated version of the specified location in mybusinessbusinessinformation.googleapis using java

Suppose mybusiness is an initializer of type MyBusinessBusinessInformation which also takes care of credentials, and locationName is a String which refers to the specific location and its format is locations/XXXXXXX. I am using this link try { …
0
votes
1 answer

Can't get account_id from Google My Business API

I'm currently trying to use Google My Business API to get reviews for each location of my company. The problem is that i want to use the reviews methods but I can't use them without my account_id. To have it i know i can do the following…
VitoPepe
  • 21
  • 2
0
votes
0 answers

Q&A not coming in pub sub notification

The pub/sub notifications for Google Questions and Answers are not coming while the new reviews and google updates notifications are coming. Please let me know of any solutions
0
votes
1 answer

GMB real-time notification settings in pub/sub "reset" every few days

Non-technical person here ‍♂️ I'm having an issue where (using the Oauth 2.0 Playground) I authorize an internal user's GMB account and configure real-time notifications to be sent to our GCP topic. Every few days or so, notifications stop getting…
0
votes
1 answer

RATE_LIMIT_EXCEEDED exception on getting Account List(Google My Business API)

Nowadays we are implementing My Business api integration for our platform. I followed this document "https://developers.google.com/my-business/content/prereqs" and after I trying to get account list an error occurred;
0
votes
1 answer

Edit GMB OAuth Scopes

I am using OAuth 2.0 to get access to view, create, edit and delete our clients/users' GMB listings. But I don't want to get access to delete their listings/locations, only want to get access to view, create, and edit. In the screenshot I attached,…
0
votes
0 answers

Why I can't use the word "fions" to create google my business profile?

I have a problem with creating a google my business profile for my client , his company name is "Fions Interior Solutions" the problem is when I tried to create a google my business account with this name it shows a error like The term fions is not…