Questions tagged [google-business-profile-api]

29 questions
0
votes
0 answers

Google Business performance API: Error: The caller does not have permission

I am trying to retrieve google performance using the google business performance api based on the documentation of google. I got into this error which says [Nest] 17735 - 04/19/2023, 5:43:22 AM ERROR [ExceptionsHandler] The caller does not have…
Nirjal Paudel
  • 201
  • 5
  • 11
0
votes
0 answers

How to get "cuisine" (food type) for a restaurant using Google Places API and/or Google Business API

I am getting some Restaurant information using the nearBy function of Google Places. It returns the Restaurant... rating... address, etc. But I can't find the "cuisine" of that restaurant in the returned information for found places. How can I find…
0
votes
0 answers

How to correctly get apply for access to get reviews from Google Business Profile API?

My company is trying to develop an application that needs access to get and post reviews on behalf of businesses. Could you please help us understand which are the steps that we need to follow in order to get access to this API for a specific…
0
votes
1 answer

How to send request to Business Profile Performance API in java for getting search keywords?

I am using Business Profile Performance API to get the search keywords used to find a business in search or maps. Supposing business_profile_performance is the initializer variable of type BusinessProfilePerformance API which also takes care of…
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

How to implement pagination for the googlelocations.search result

I am using Google my business API and am trying to retrieve a list of businesses using the mybusinessinformation/googlelcoations.search as indicated in the google doc…
0
votes
0 answers

Using the Google My Business API to aggregate 150 members businesses into a Wordpress site

I am not a developer so bear with me - question relates to possibility of using Google My Business API as an aggregation tool. we're a member organisation over 200 members - each get a page on our website - as soon as they done they're pretty…
0
votes
0 answers

Review Data - Google My Business/Business Profile Performance API: Permi

I need to use the GMB API to get review data but I get the following error. Google My Business API has not been used in project 341557982028 before or it is disabled. Enable it by visiting…
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

How do I list google google business profile locations from an account ID using google business profile API without getting a 429?

I have been approved for the google business profile api after folliwing the prerequisites and gaining approval for access found here. Continuing, per the instructions in the project in the google business cloud dashboard I have added the following…
bmiskie
  • 617
  • 8
  • 22
0
votes
1 answer

Is Google's Business Profile API accessible while waiting for Google's review?

I made a request to Google to use their Business Profile API, but the response from them can take up to two weeks. Is it possible to have access to a development version of the API so I can start coding and make tests without having to wait for…
0
votes
0 answers

Whitelabel Django Application and connecting Google and Facebook accounts

We have a web application that runs on say domain.com. We then have whitelabel users that access the application from subdomain.theirdomain.com. Our application is able to connect Google, Facebook, Twitter accounts using our main domain…
0
votes
1 answer

Is there any way to post updates in a business location using Google's business API?

As the title says, I'm trying to find a way to post these updates (see picture below) using google's API, I can't find anything about it. I have checked Google's business API documentation and most of it's endpoints are deprecated.
-1
votes
1 answer

How long is the Google Business Profile Performance API latency for preparing the information(Data Freshness)?

I am using this API Business Profile Performance, and I see few documentation. Does anybody know how long it takes for Google to respond? I see 48 to 72 hours delay.Is it happening for others, or something is wrong with my code? For making the code…
1
2