newsdev / driveshaft

Google Drive → JSON → S3
https://newsdev.github.io/driveshaft/
Other
74 stars 8 forks source link

Display user's available Drive files on index #14

Open abstrctn opened 9 years ago

abstrctn commented 9 years ago

At the moment, Driveshaft lets you specify a Google Spreadsheet that lists other Drive files to use as an index page, which can work for an organization that keeps a shared collection of files. But because it's asynchronous (it needs to be published to S3), and has to be manually entered, it's less useful for individuals.

An alternative might be to render a user's available drive files on the index page? Rendering the contents of a shared folder might also be useful, and might even be more relevant for an organization than the current setup.

anderser commented 9 years ago

Would it be a solution to just add a row to the index sheet using the Drive API every time a new spreadsheet is published? That way editors could get an overview in the Google doc or in the index page. And deleting old/static documents from the Google doc would remove them from the index page. Maybe..