0
I’m using Google Drive to upload files via php, with the API they provide, however, the library that Google passes requests a file that does not exist in this library that is provided to us.
Follow all procedures as they report, but at the time of the tests he makes a require("Google/Google_cliente.php')
, but the file does not exist.
Has anyone used this API?
Can you tell me where I can get this file?
Place your project next to this api: https://github.com/eduardocasas/Google-Drive-PHPP-API-Simple-App-Example Exchange requires them for: require_once 'google-api-php-client/src/Google_client.php'; require_once 'google-api-php-client/src/contrib/Google_driveservice.php';
– Matheus A