Last updated
Was this helpful?
Was this helpful?
{% action "google" %}
{
"account": "your.email@example.com",
"method": "GET",
"url_path": "/drive/v3/files",
"headers": {
"Accept": "application/json"
},
"body": {
"pageSize": 5,
"fields": "files(id,name,mimeType)"
}
}
{% endaction %}