我已通过分析配置API以编程方式创建了分析帐户 . 当我尝试将新创建的帐户关联到Adwords帐户时,我收到以下错误消息

exception 'Google_Service_Exception' with message 
'Error calling POST https://www.googleapis.com/analytics/v3/management/accounts/xxxxx/webproperties/UA-xxxxxxxxx-1/entityAdWordsLinks: (403) 
User does not have sufficient permissions for this web property.'

我访问链接 - https://www.googleapis.com/oauth2/v1/tokeninfo?access_token=xxxxxx并获得以下输出

{
 "issued_to": "xxxx-apps.googleusercontent.com",
 "audience": "xxxx-apps.googleusercontent.com",
 "scope": "https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.edit https://www.googleapis.com/auth/analytics.manage.users https://www.googleapis.com/auth/analytics.provision",
 "expires_in": 1340,
 "access_type": "offline"
}

那里列出了所需的范围,但我仍然收到错误 . 我该如何解决这个错误?如何确保Adwords帐户具有链接到Google Analytics帐户的适当权限 . 为什么我有权创建帐户但不修改我刚刚创建的帐户 .