doutongfu9484 2015-11-02 13:29
浏览 60
已采纳

找不到档案Google Analytics api [重复]

This question already has an answer here:

I'm trying to use Google Analytics API with this tutorial from Google, but I'm getting an error on this line:

require_once 'google-api-php-client/src/Google/autoload.php';

It says it can't find the file, which is right. I checked on Git repository, and the file is not there or in any other folder of the repository. How can I fix this?

</div>
  • 写回答

1条回答 默认 最新

  • doulai2573 2015-11-02 13:36
    关注

    Looks more like an GIT issue. Did you follow step 2 and cloned the GIT repository? ( git clone https://github.com/google/google-api-php-client.git ) Without it, you wont have the files.

    Either do a GIT clone, and verify where the files are cloned to, or manually download the files and add them to your project ( https://github.com/google/google-api-php-client/releases ).

    Once added, double check if the URL to the file is correct.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?