7 lines
150 B
Python
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' |