I am trying to upload files to google drive using service account, but i am getting error like
(403) Insufficient Permission error
Change your Google Drive Scope to
Google_Service_Drive::DRIVE
in PHP
$client->addScope(Google_Service_Drive::DRIVE);