致命错误:Uncaught exception ' exception ';需要CURL PHP扩展Go


Fatal error:Uncaught exception 'Exception'; requires CURL PHP extension Google_Client.php

我想上传一个文件到google drive。为此,我使用本教程并从这里下载,但我得到这个错误信息:

致命错误:在C:'wamp'www'upload_google_drive'Google- drive -PHP-API' Google- API -PHP- Client 'src'Google_Client.php第21行,未捕获异常' exception '伴有消息'Google PHP API客户端需要CURL PHP扩展'

我的php curl是启用的,我有客户端Id和客户端密钥

该教程不是最新的,API中有一些更改。从Google Drive API页面尝试简单的媒体上传器,并从那里开始。如果有任何特定的功能,你想做的只是随意问!

https://developers.google.com/drive/web/quickstart/php

显然他们改变了快速入门,只列出了项目,但只要检查REST API中的上传或插入部分,你就可以开始了。