baiyao105/123Pan Uploader Action
Upload files to 123Pan cloud storage.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| auth-method | Authentication method: "password" or "token" | yes | password |
| username | 123Pan username (required when auth-method is "password") | no | — |
| password | 123Pan password (required when auth-method is "password") | no | — |
| authorization | Authorization token (required when auth-method is "token") | no | — |
| path | Path to file or directory to upload | yes | — |
| destination | Destination directory name in 123Pan (optional) | no | "" |
| conflict-strategy | How to handle file conflicts: "overwrite", "keep-both", or "skip" | no | keep-both |
| max-retries | Maximum number of retry attempts for failed uploads | no | 3 |
| chunk-size | Upload chunk size in MB | no | 5 |
Outputs
| name | description |
|---|---|
| upload-status | Upload status: success or failure |
| uploaded-files | List of successfully uploaded files |
| upload-url | 123Pan share URL (if available) |