我要求提交预约并收到一封电子邮件说:
“好消息!我们已收到您加入Google Analytics的请求 帐户设置和配置API测试版和您的项目已经完成 白名单访问。这些API允许您以编程方式 创建和编辑属性,视图和目标。“
当我尝试使用analytics.management.webproperties.insert
Webproperty wp = service.Management.Webproperties.Insert(body, id).Execute();
我收到了这个错误:
Google.Apis.Requests.RequestError
Your project does not have access to this feature. [403]
Errors [
Message[Your project does not have access to this feature.] Location[ - ] Reason[insufficientPermissions] Domain[global]
]
我甚至尝试使用Googles API Explorer并且消息是相同的:
"code": 403,
"message": "Your project does not have access to this feature."