save_to_drive
ActiveTool of Hermoso
Save a Hermoso render — or ANY file — into the user’s connected Google Drive. Pass a Hermoso render URL as url (or urls[] for several); for a local/external file, call upload_file first and pass the url it returns. Optional folder (created if new) + name. Returns the Drive file(s) with a webViewLink. Needs Google Drive connected (Settings ▸ Connectors ▸ Google Drive). NOTE: Hermoso uses the drive.file scope, so it can only see/manage files IT created in the user’s Drive — not their whole Drive.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"url": {
"type": "string",
"description": "a single Hermoso render URL to save"
},
"name": {
"type": "string",
"description": "file name (single save)"
},
"urls": {
"type": "array",
"items": {
"type": "string"
},
"description": "several render URLs (up to 20) to save in one call"
},
"folder": {
"type": "string",
"description": "Drive folder name to save into (created if new)"
}
}
}Parent server
Hermoso
https://github.com/hermoso-ai/hermoso
1/7 registries