Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Google Spreadsheets preprocessor #56

Closed
jeremydw opened this issue Nov 22, 2014 · 1 comment
Closed

Add support for Google Spreadsheets preprocessor #56

jeremydw opened this issue Nov 22, 2014 · 1 comment

Comments

@jeremydw
Copy link
Member

Sample syntax:

preprocessors:
  - kind: google_spreadsheets
    path: /data/file.csv
    id: 1winHap7dPK1dWu46DqPK1-bwkKJQv6ljDMrDz6HepGE
    gid: 12345

Exports the Google spreadsheet by id and gid to pod path /data/file.csv

@jeremydw
Copy link
Member Author

jeremydw commented Dec 5, 2014

This has now been added – a user can complete an OAuth flow to grant Grow access to sheets, which can then be used in conjunction with {% g.csv %}. In addition to this, we also need to develop a separate sheets proxy application so that Grow can be used by organizations that have security policies preventing third party apps from having access to Google Drive.

jeremydw pushed a commit that referenced this issue Jun 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant