googleapiclient.errors.HttpError:“用户没有任何Google Analytics(分析)帐户。”

时间:2019-01-31 05:29:39

标签: python google-analytics

from apiclient.discovery import build 
from oauth2client.service_account import ServiceAccountCredentials


SCOPES = ['https://www.googleapis.com/auth/analytics.readonly']KEY_FILE_LOCATION = 'My Project-a8ff9b29ba2c.json'
VIEW_ID = '189024056'

0 个答案:

没有答案