logickoder/g-drive-download
Download files from Google Drive
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| authType | authentication type: "service" for service account or "oauth" for OAuth2 | no | service |
| credentials | the service account credentials (required for service auth type) | no | — |
| clientId | OAuth2 client ID (required for oauth auth type) | no | — |
| clientSecret | OAuth2 client secret (required for oauth auth type) | no | — |
| refreshToken | OAuth2 refresh token (required for oauth auth type) | no | — |
| filename | the name of the file you want to download. Wildcards can be used to download more than one file. Either this or the fileId must be provided | no | — |
| fileId | the Id of the file you want to download. Either this or the filename must be provided | no | — |
| folderId | the Id of the parent folder you want to search for the file in | yes | — |
| destination | the path to save the file to | yes | — |
Outputs
no outputs