cringdahl/Upload File to Sharepoint
Upload one or more files in a directory to Sharepoint site using client ID
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| file_path | Source file path (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 |
| login_endpoint | Microsoft Online Login API Endpoint (see README.md) | no | login.microsoftonline.com |
| graph_endpoint | Microsoft Graph API Endpoint (see README.md) | no | graph.microsoft.com |
| file_path_recursive_match | Find files recursively in subdirectories specified in file_path | no | false |
Outputs
| name | description |
|---|---|
| return | Function output |