Skip to content

Commit

Permalink
chore(integration-templates): Automated commit updating flows.yaml ba…
Browse files Browse the repository at this point in the history
…sed on changes in NangoHQ/integration-templates@1fcbee8 by Khaliq. Commit message: fix(google-drive): id should be an object (#198)
  • Loading branch information
github-actions[bot] committed Jan 16, 2025
1 parent e998e0f commit cc4f909
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/shared/flows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4318,7 +4318,7 @@ integrations:
scopes: https://www.googleapis.com/auth/drive.readonly
actions:
fetch-document:
input: string
input: DocumentId
description: >
Fetches the content of a file given its ID, processes the data using

Expand All @@ -4328,12 +4328,14 @@ integrations:
string can be used to recreate the file in its original format using
an external tool.
output: string
version: 1.0.2
version: 2.0.0
endpoint:
method: GET
path: /fetch-document
scopes: https://www.googleapis.com/auth/drive.readonly
models:
DocumentId:
id: string
DocumentMetadata:
files: string[] | undefined
folders: string[] | undefined
Expand Down

0 comments on commit cc4f909

Please sign in to comment.