How to upload a file to Google Drive using Service Account in PHP?
Quickstart: Run a Drive App in PHP seems to be using an outdated version of [google-api-php-client][2], also it doesn't provide example on how to upload a file using Service Account. In my project I'll need to add a file (spreadsheet) using Service Account, add a spreadsheet, share the spreadsheet with another user and add rows to the spreadsheet. I'm able to get an empty list of spreadsheets, but I couldn't figure it out how to upload a file using Service Account. The PHP Class google-api-php-client/examples/spreadsheet.php: <?php use Google\Spreadsheet\DefaultServiceRequest; use Google