【发布时间】:2015-09-09 07:01:45
【问题描述】:
我正在实施谷歌分析 Api。
授权完成没有问题。成功授权后我得到403 return code 并收到消息:User does not have sufficient permissions for this profile。
我的帐户有谷歌分析数据,跟踪多个网站,我可以从网络浏览器毫无问题地访问它。我已经通过 google api 控制台允许了 Analytics api。
这是我授权成功后得到的响应:
array(2) {
["http_code"]=>
int(403)
["error"]=>
array(3) {
["errors"]=>
array(1) {
[0]=>
array(3) {
["domain"]=>
string(6) "global"
["reason"]=>
string(23) "insufficientPermissions"
["message"]=>
string(59) "User does not have sufficient permissions for this profile."
}
}
["code"]=>
int(403)
["message"]=>
string(59) "User does not have sufficient permissions for this profile."
}
}
任何直接的帮助都将是非常可观的。谢谢
【问题讨论】:
标签: php google-analytics google-analytics-api