-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Background
TLDR; what you've created is 80% of what I'm looking for, very cool!
As you described, I'd like to create a "project template" directory with a handful of files and folders that I can copy and use for future projects. The one challenge I have is that I'd very much like to include and maintain links between documents.
For example, in my template folder, the project plan Google Doc might link to the project status Google Sheet. If I were to copy the entire folder, my understanding is that the copied project plan would have a link pointing to the old project status.
Google Drive objects (slides, docs, etc.) seem to use a unique ID that stays persistent regardless of the document name, and I haven't found an out-of-the-box way of using relative links the way we would do on linux shell or HTML.
I haven't worked with AppScript or Drive APIs, but if Google doesn't have a native API to find a document by path (sort of how S3 or GCS would work), then I think this would be a pretty tedious exercise (esp. since I'd want support for Sheets, Docs, and probably Slides).
But doesn't hurt to share the idea, I suppose :)