我正在使用 google drive api 在 symfony2 中打包。我在 Utils 文件夹中有一个类:Authentication,它与来自 google 的文件(我放在完全相同的文件夹中)进行交互,我想将这些文件包含在我的 Authentication.php 中。
我包括这样的:
require_once 'google-api-php-client/src/Google_Client.php';
require_once 'google-api-php-client/src/contrib/Google_DriveService.php';
require_once 'google-api-php-client/src/contrib/Google_Oauth2Service.php';
但我得到这个错误:
致命错误::
main()
无法打开所需的“google-api-php-client\src\Google_Client.php”