bluetheduck/Glob to Drive
Action that takes a glob and uploads matching files to Google Drive
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit May 31, 2021
- License
- GPL 3.0
- Runtime
- Deprecated runtime
Pinned Snippet
uses: bluetheduck/glob-to-drive@f06446a7a1017bed84ab1d2372ae3707122d510a # v4tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| glob | Glob that will be used to find files to upload | yes | — |
| keepStructure | Keep the folder structure (Defaults to true) | no | — |
| uploadTo | ID of the folder where the files will be uploaded (Defaults to My Drive) | no | — |
| mimeType | MimeType of the files being uploaded. Only one can be specified and will be used for all the files. Drive will try to guess it if left empty | — | — |
| credentials | JSON downloaded from the Google Console | yes | — |
| token | Refresh token generated by login.js | yes | — |
Outputs
no outputs