drive_create_file
Create a new file in the user’s Google Drive with text content. Returns the file id and a link. HERO can only later modify files it created itself.
Parameters
string
required
File name including extension (e.g. ‘summary.txt’).
string
required
Text content of the file.
string
MIME type. Default text/plain.
string
Optional parent folder id. Defaults to My Drive root.