我通过 Java 谷歌分析 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"
}
如果我等待几秒钟并重复相同的指令,它工作正常。该问题并非每次都发生(对于权限问题来说非常奇怪)。它在随机配置文件上随机发生
谁能帮我?