Google Drive and Google Sheets
Authentication
Google Drive Integration
Basic Usage
{% action "google_drive" %}
{
"account": "[email protected]",
"uploads": {
"overwrite": true,
"simple.txt": "Hello, world!",
"report.pdf": {
"pdf": {
"html": "<h1>Report</h1><p>Content here</p>"
}
}
}
}
{% endaction %}Supported Features
Google Sheets Integration
Basic Usage
Supported Operations
File Type Support
Drive Upload Formats
Sheets Export Formats
Permissions
Last updated
Was this helpful?