API Google Drive PHP [closed]

1

I'm using Google Drive to upload files via php, with the API they make available, however, the library than Google pass requests a file that does not exist in this library that is provided to us.

I followed all procedures as reported, but at the time of testing it does a require("Google/Google_cliente.php') , but the file does not exist.

Has anyone used this API yet? Can you let me know where I can get this file?

    
asked by anonymous 13.03.2014 / 15:36

1 answer

0

In the links you posted, there is a link to the Google API documentation in PHP. The lib you are looking for in your latest version is here .

Then just unzip the library and use it in your project.

Just one more detail: the correct Client path is src/Google/Google_Client.php . It may also be just a typo.

    
13.03.2014 / 15:42