...
Feedier needs to have access to this API:
https://developers.google.com/my-business/reference/rest/v4/accounts.locations.reviews/list
...
After getting access to the API, we need credentials from your account:
Credentials are managed through Google Cloud Platform: https://console.cloud.google.com/
We would need a new GCP project like "*your company* Reviews Analysis"'
Go in the API library and enable for the project: Google My Business API, My Business Account Management API, My Business Information API
Once enabled > Credentials > Create OAuth client ID
Application Type : Web Application
Authorized JavaScript origins: https://feedier.com/ (prod)
Authorized Redirect URLs : https://dashboard.feedier.com/import/google-reviews/callback/
...