whalemare/Dropbox Uploader
Upload files to Dropbox. Support files up to 150 Gb!
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| accessToken | Dropbox access token. Create new one at: https://www.dropbox.com/developers/apps | yes | — |
| destination | Dropbox destination path for uploading. Must be started from /". (ex. "/actions") | yes | — |
| pattern | glob pattern for file (ex. src/**/*) | no | — |
| file | path to specific file (ex. src/main.ts) | no | — |
| partSizeBytes | Size of one uploadable chunk in bytes. default: 1024 | no | — |
| displayProgress | Display file uploading progress logs. default: false | no | — |
Outputs
| name | description |
|---|---|
| files | List of files uploaded to Dropbox |