Google drive Upload returns - (403) Insufficient Permission

前端 未结 1 1500
独厮守ぢ
独厮守ぢ 2020-12-19 22:23

I am trying to upload files to google drive using service account, but i am getting error like

(403) Insufficient Permission error

相关标签:
1条回答
  • 2020-12-19 22:38

    Change your Google Drive Scope to

    Google_Service_Drive::DRIVE
    

    in PHP

    $client->addScope(Google_Service_Drive::DRIVE);
    
    0 讨论(0)
提交回复
热议问题