gpt4 book ai didi

google-api-php-client - require_once(谷歌/Auth/AssertionCredentials.php): failed to open stream: No such file or directory

转载 作者:行者123 更新时间:2023-12-05 01:21:17 25 4
gpt4 key购买 nike

我正在尝试做一个非常简单的事情:

require_once 'vendor/google/src/Google/Client.php';
require_once 'vendor/google/src/Google/Service/Plus.php';

...我收到此错误:

require_once(Google/Auth/AssertionCredentials.php): failed to open stream: No such file or directory

为什么?

我使用的是 https://github.com/google/google-api-php-client 上可用的最新版本并且似乎在 Client.php 中每个 require_once 使用了错误的路径......或者不是?

任何帮助将不胜感激!

非常感谢,
尼科洛

最佳答案

对于您的问题,您需要在 php 的“include_path”中添加库的基本目录。

尝试将这行代码放在 require_once 之前

set_include_path( get_include_path() . PATH_SEPARATOR . 'vendor/google/src' );

关于google-api-php-client - require_once(谷歌/Auth/AssertionCredentials.php): failed to open stream: No such file or directory,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20994928/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com