错误 "User does not have sufficient permissions error for Google Analytics"
Error "User does not have sufficient permissions error for Google Analytics"
有时我在从 Google Analytics 中提取数据时遇到此错误。
"code":403,"message":"User does not have sufficient permissions for this profile."
此错误仅对某些配置文件 ID 发生。
我该如何解决这个问题?
您进行身份验证的用户必须有权访问您尝试从中请求数据的配置文件 ID。
403
insufficientPermissions
Indicates that the user does not
have sufficient permissions for the entity specified in the query. Do
not retry without fixing the problem. You need to get sufficient
permissions to perform the operation on the specified entity.
我会检查您的代码或让它写出导致您出现问题的配置文件 ID。您可能打错了。
注意:如果删除了用户在 Google 分析中的访问权限,您也可能会遇到此错误。
有时我在从 Google Analytics 中提取数据时遇到此错误。
"code":403,"message":"User does not have sufficient permissions for this profile."
此错误仅对某些配置文件 ID 发生。
我该如何解决这个问题?
您进行身份验证的用户必须有权访问您尝试从中请求数据的配置文件 ID。
403
insufficientPermissions
Indicates that the user does not have sufficient permissions for the entity specified in the query. Do not retry without fixing the problem. You need to get sufficient permissions to perform the operation on the specified entity.
我会检查您的代码或让它写出导致您出现问题的配置文件 ID。您可能打错了。
注意:如果删除了用户在 Google 分析中的访问权限,您也可能会遇到此错误。