mathisve/gdrive-upload-action
Upload a file to Google Drive
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| filename | the name of the file you want to upload | yes | — |
| name | what you want the file to be called in Google Drive | no | — |
| folderId | the Id of the parent folder you want to upload the file in | yes | — |
| credentials | the service account credentials. Can be base64 encoded. | yes | — |
| encoded | true if the credentials are base64 encoded. false if they are not. | no | — |
| overwrite | set to true to update an existing file with the same name, or false to create a new file. | no | — |
Outputs
no outputs