Php versions – Google Drive API 'drives.list' returning error 400 'invalid query'
I am trying to use a service account to view and access Shared Drives using the Google API. I using PHP with the google/apiclient version v2.16.0 library to access the API. Here is my code example: $client = new GoogleClient();…