#!/usr/bin/env bash unstructured-ingest \ sharepoint \ --client-id "" \ --client-cred "" \ --site "" \ --permissions-application-id "" \ --permissions-client-cred "" \ --permissions-tenant "" \ --files-only "Flag to process only files within the site(s)" \ --output-dir sharepoint-ingest-output \ --num-processes 2 \ --path "Shared Documents" \ --verbose