我尝试使用 Python 访问 Google Analytics v4 API 并收到此错误:
googleapiclient.errors.HttpError: <HttpError 403 when requesting https://analyticsreporting.googleapis.com/v4/reports:batchGet?alt=json returned "User does not have sufficient permissions for this profile.". Details: "User does not have sufficient permissions for this profile.">
我正在使用服务帐户
我如何创建服务帐户?
Analytics Reporting API
、Google Analytics Admin API
、Google Analytics Data API
和 Google Analytics API
。Credentials
并创建一个新的服务帐户。Domain-wide Delegation
。到目前为止我是如何尝试修复它的?
Google 的 API 表示服务已初始化,但无法获取数据 - 获取 403。
我已阅读 Stackoverflow 中的所有问题和答案,但尚未找到解决此问题的足够解决方案。