How do I read a Google Drive Spreadsheet in PHP?

后端 未结 5 1497
失恋的感觉
失恋的感觉 2020-12-07 12:06

All I\'m trying to do is read a Google Spreadsheet from a web site. I\'ve read and re-read the Google Drive API docs and everything Google Drive PHP on Stack Overflow and I

5条回答
  •  眼角桃花
    2020-12-07 13:11

    Please check the Google Drive PHP Quickstart. You have not actually authorized your client. Starting from $authUrl = $client->createAuthUrl();

    All Google Drive requests need authorization of some kind.

提交回复
热议问题