Google Analytics API: “User does not have sufficient permissions for this account.”

后端 未结 9 2019
谎友^
谎友^ 2020-12-05 09:16

I\'m writing a Ruby app that accesses the Google Analytics API to pull down some experiment information.

The app connects and authenticates using a Google Service Ac

9条回答
  •  借酒劲吻你
    2020-12-05 10:13

    Make sure your are entering the correct table_id

    (ie. GetProfiles(oauth_token)
    tableid_input = "ga:72848696")
    

提交回复
热议问题