GOOGLE ADS

samedi 23 avril 2022

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


Solution of the problem

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

Aucun commentaire:

Enregistrer un commentaire

Comment utiliseriez-vous .reduce() sur des arguments au lieu d'un tableau ou d'un objet spécifique ?

Je veux définir une fonction.flatten qui aplatit plusieurs éléments en un seul tableau. Je sais que ce qui suit n'est pas possible, mais...