Google Drive scaffold from project template.
Creates a fully structured Google Drive folder tree from a named project template (e.g. 'saas-client', 'agency-retainer'). Copies template documents, sets sharing permissions, and returns shareable folder links for all stakeholders.
Illustrative output structure — actual results depend on your data.
{
"drive_root": "Acme Corp — 2026 Q2",
"folders_created": 9,
"docs_copied": 14,
"shared_with": ["client@acme.com", "pm@aaas.com"],
"root_url": "https://drive.google.com/drive/folders/1abc"
}