deka0106/Upload to Dropbox
Upload files to Dropbox
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| dropbox_access_token | Dropbox access token | yes | — |
| src | File to upload to Dropbox. e.g. 'file.txt', '**/*.txt' | yes | — |
| dest | Destination path for upload. e.g. '/file.txt', '/dest/' | no | / |
| multiple | Upload multiple files by glob. default: false | no | false |
| mode | What to do if the file already exists [add, overwrite]. default: add | no | add |
| autorename | If there's a conflict, as determined by mode, have the Dropbox server try to autorename the file to avoid conflict. default: false | no | false |
| mute | If true, this tells the clients that this modification shouldn't result in a user notification. default: false | no | false |
Outputs
no outputs