Service Applications and Google Analytics API V3: Error 101 (net::ERR_CONNECTION_RESET)

后端 未结 1 1848
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-21 08:06

I\'m trying to get some info of my Google Analytics account using PHP. I already followed the steps for creating a Service Account in the Google Console API in

相关标签:
1条回答
  • 2020-12-21 08:38

    One thing for starters you should change:

    You instantiate the AnalyticsService twice. Take out the one you're not using:

    $service = new Google_AnalyticsService($client);
    

    See if that helps your problem at all.

    0 讨论(0)
提交回复
热议问题