account id for google business API code example
Example: my business api scope
/** View and manage your Google My Business data. */
const BUSINESS =
'https://www.googleapis.com/auth/business.manage';
/** Edit Google My Business management entities. */
const BUSINESS_PLUS =
'https://www.googleapis.com/auth/plus.business.manage';