all
I'm trying to connect the Laravel application with Google Drive to store folders. but I get this error
cURL error 77: error setting certificate verify locations: CAfile: C:\xampp\apache\bin\curl-ca-bundle.crt CApath: none (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://oauth2.googleapis.com/token laravel
I tried all the possible solutions from that link : Laravel 5 Socialite - cURL error 77: error setting certificate verify locations
but nothing works. I'm using windows 11 on vm PHP version is 7.3.2
thanks