我有一种奇怪的行为,通过Java google analytics API检索个人资料目标。
问题随机发生。 有时候,当我打电话时
analytics.management().goals().list(accountId, webpropertyId, profileId).execute();
它返回
{
"code" : 403,
"errors" : [ {
"domain" : "global",
"message" : "User does not have permission to perform this operation",
"reason" : "insufficientPermissions"
} ],
"message" : "User does not have permission to perform this operation"
}
如果我等待几秒钟并重复相同的指令,它可以正常工作。 问题不会每次都发生(对于许可问题非常奇怪)。 它随机发生在随机配置文件上
任何人都可以帮助我吗?