How do I read a Google Drive Spreadsheet in PHP?

后端 未结 5 1487
失恋的感觉
失恋的感觉 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:00

    If you want you own file to be read you need a service account instead of a "Client ID for web applications". I've been battling this problem myself for way to long and this brought me the sollution: https://developers.google.com/drive/web/service-accounts

提交回复
热议问题