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@aaef56b by Khaliq. Commit message: fix(g-drive): add includeAllDrives query param (#87)
  • Loading branch information
github-actions[bot] committed Oct 30, 2024
1 parent 234e59a commit a22c207
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/shared/flows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2754,7 +2754,7 @@ integrations:
version: 1.0.3
output: Document
sync_type: full
endpoint: GET /google-drive/documents
endpoint: GET /documents
scopes: https://www.googleapis.com/auth/drive.readonly
actions:
fetch-document:
Expand All @@ -2768,8 +2768,8 @@ integrations:
string can be used to recreate the file in its original format using
an external tool.
output: string
version: 1.0.1
endpoint: GET /google-drive/fetch-document
version: 1.0.2
endpoint: GET /fetch-document
scopes: https://www.googleapis.com/auth/drive.readonly
models:
DocumentMetadata:
Expand Down

0 comments on commit a22c207

Please sign in to comment.