When calling the Business Information API via the Connect Proxy with the google_my_business app, the request fails with:
Domain mybusinessbusinessinformation.googleapis.com is not allowed for this app
The currently allowed domain (mybusiness.googleapis.com, v4) is deprecated for business information endpoints. Google has migrated location data (title, profile, categories, phone numbers, etc.) to the v1 Business Information API, which lives on a separate subdomain.
Requested
Add the following to the allowed_domains list for the google_my_business app:
mybusinessbusinessinformation.googleapis.com
The related Google Business Profile subdomains are part of the same API family and share the same OAuth scopes, so it would be helpful to add them as well:
mybusinessaccountmanagement.googleapis.com
mybusinessverifications.googleapis.com
mybusinessnotifications.googleapis.com
mybusinessplaceactions.googleapis.com
mybusinessqanda.googleapis.com
Reference
https://developers.google.com/my-business/content/businessinformation/change-log
When calling the Business Information API via the Connect Proxy with the
google_my_businessapp, the request fails with:The currently allowed domain (
mybusiness.googleapis.com, v4) is deprecated for business information endpoints. Google has migrated location data (title, profile, categories, phone numbers, etc.) to the v1 Business Information API, which lives on a separate subdomain.Requested
Add the following to the
allowed_domainslist for thegoogle_my_businessapp:mybusinessbusinessinformation.googleapis.comThe related Google Business Profile subdomains are part of the same API family and share the same OAuth scopes, so it would be helpful to add them as well:
mybusinessaccountmanagement.googleapis.commybusinessverifications.googleapis.commybusinessnotifications.googleapis.commybusinessplaceactions.googleapis.commybusinessqanda.googleapis.comReference
https://developers.google.com/my-business/content/businessinformation/change-log