我正在尝试使用 DrEdit 和 php 将 Google Drive 与我的网络应用程序集成。当我在本地测试谷歌的 php 脚本时,我能够进入认证页面。但是,当我将脚本上传到生产服务器时,出现错误:
PHP Fatal error: require() [<a href='function.require'>function.require</a>]: Failed
opening required 'lib/apiclient/contrib/Google_OAuth2Service.php'
(include_path='/home/my_username/public_html/google_drive/lib/apiclient:.:/usr/lib/php:/usr/local/lib/php')
in /home/my_username/public_html/google_drive/index.php on line 24
是否有任何必须做的额外配置可能取决于服务器?而且,我已经三重检查了我是否已将 Google_OAuth2Service.php 上传到我的服务器。