pulkitjalan / google-apiclient

Google api php client wrapper with Cloud Platform and Laravel support
MIT License
246 stars 75 forks source link

How to fetch data with private google sheet ? #43

Open sunh-2087 opened 4 years ago

sunh-2087 commented 4 years ago

Call google sheet and error

   Google_Service_Exception  : {
  "error": {
    "code": 403,
    "message": "The caller does not have permission",
    "errors": [
      {
        "message": "The caller does not have permission",
        "domain": "global",
        "reason": "forbidden"
      }
    ],
    "status": "PERMISSION_DENIED"
  }
}
teenugrg commented 3 years ago

you can use google sheet api to fetch the data from any google sheet , i am attaching a repo where it is an app which polls a google spreadsheet and generates JSON or JS files used as translation keys

link: https://github.com/ddresch/meteor-i18n-monitor

For the authentication setup check this one: link: https://github.com/reactioncommerce/meteor-google-spreadsheets

Peterragheb commented 2 years ago

@sunh-2087 Have you been able to fix this?

github-actions[bot] commented 6 days ago

This issue is stale because it has been open 21 days with no activity. Remove stale label or comment or this will be closed in 7 days