epiloglasercorp/Sharepoint Utilities
Perform various Sharepoint site operations using client ID
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| action | The action to perform [upload_file] | yes | — |
| file_path | Source file path(s multiline ok?) (glob ok) | yes | — |
| site_name | Sharepoint site name (see README.md) | yes | — |
| host_name | Sharepoint host name (see README.md) | yes | — |
| upload_path | Target upload path (see README.md) | yes | — |
| tenant_id | Sharepoint tenant ID | yes | — |
| client_id | Sharepoint client ID | yes | — |
| client_secret | Sharepoint client secret | yes | — |
| max_retries | Max retries for upload | no | 3 |
Outputs
| name | description |
|---|---|
| return | Function output |