HH/apps/social/utils/google.py
2026-02-12 15:09:48 +03:00

7 lines
150 B
Python

# social/utils/google.py
SCOPES = ['https://www.googleapis.com/auth/business.manage']
API_VERSION_MYBUSINESS = 'v4'
API_VERSION_ACCOUNT_MGMT = 'v1'