Rotem Perets
Rotem Perets

Reputation: 1

OAuth 2.0 Scopes for Google APIs missing business information

I'm looking at the list of OAuth 2.0 Scopes for Google APIs trying to find the right scope that allows access to business information, but can't seem to find it.

I'm looking specifically to access my client's reviews left by their customers using API. Which scope should I use?

*** EDIT *** This is the desired scope - https://www.googleapis.com/auth/business.manage

Upvotes: 0

Views: 1854

Answers (2)

marcusArcus
marcusArcus

Reputation: 11

Indeed, the scope should be:

https://www.googleapis.com/auth/business.manage

There is documentation here (if you have access to Business Profile APIs): https://developers.google.com/my-business/content/implement-oauth

Upvotes: 0

Delta George
Delta George

Reputation: 4236

Is this what you are looking for?

https://www.googleapis.com/auth/plus.business.manage
https://www.googleapis.com/auth/business.manage

https://developers.google.com/my-business/reference/rest/v4/accounts.locations.reviews/list

https://developers.google.com/my-business/content/review-data

Upvotes: 0

Related Questions