I want to upload a file to google drive. For that, I am using this tutorial and downloaded it from here, but I am getting this error message :
Fatal error: Uncaught exception 'Exception' with message 'Google PHP API Client requires the CURL PHP extension' in C:\wamp\www\upload_google_drive\Google-Drive-PHP-API\google-api-php-client\src\Google_Client.php on line 21
My php curl is enabled and I have Client Id and Client Secret Key.