driveshaft icon indicating copy to clipboard operation
driveshaft copied to clipboard

Display user's available Drive files on index

Open abstrctn opened this issue 10 years ago • 1 comments

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.

abstrctn avatar May 29 '15 15:05 abstrctn

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..

anderser avatar Jun 11 '15 06:06 anderser