ShareFile OAuth Request Details ============================== Configuration: ============== Subdomain: cazarin Username: david@cazarin.com Password: if3w****i4dg Client ID: CwOHHD06vOwW4QlxPEYH4GULOhgoZLAw Client Secret: l1ua****Zjjk OAuth Request Details: ===================== URL: https://cazarin.sharefile.com/oauth/token Method: POST Content-Type: application/x-www-form-urlencoded Request Headers: ---------------- Content-Type: application/x-www-form-urlencoded Content-Length: 183 User-Agent: eProject-ShareFile-Connector/1.0 Request Body (POST data): ------------------------- Raw data array: grant_type: password client_id: CwOHHD06vOwW4QlxPEYH4GULOhgoZLAw client_secret: l1ua69h2mLoVmzgasRxq8H0F7SPXJedDYAqifLPFbLJkZjjk username: david@cazarin.com password: if3w****i4dg URL-encoded data: grant_type=password&client_id=CwOHHD06vOwW4QlxPEYH4GULOhgoZLAw&client_secret=l1ua69h2mLoVmzgasRxq8H0F7SPXJedDYAqifLPFbLJkZjjk&username=david%40cazarin.com&password=if3w+ynzy+pfgx+i4dg Individual Parameters: --------------------- grant_type: password client_id: CwOHHD06vOwW4QlxPEYH4GULOhgoZLAw client_secret: l1ua****Zjjk username: david@cazarin.com password: if3w****i4dg Testing Request: ================ HTTP Response Code: 200 Response Body: {"access_token":"XBINbauNqlPk4oPj0vmPyTi0XGqnjQUM$$KVJowBeYImxO66uHTGQNeKlTKKEZKTfI","refresh_token":"XBINbauNqlPk4oPj0vmPyTi0XGqnjQUM$$jymDCYza7g3dz1EypUaOtGtfZ0ZbQkz0l4XQsfpI","token_type":"bearer","expires_in":28800,"appcp":"sharefile.com","apicp":"sf-api.com","subdomain":"cazarin","access_files_folders":true,"modify_files_folders":true,"admin_users":true,"admin_accounts":true,"change_my_settings":true,"web_app_login":true} ShareFile Documentation Reference: ================================= According to ShareFile API docs (api.sharefile.com/docs): - OAuth endpoint: https://{subdomain}.sharefile.com/oauth/token - Grant type: password - Required fields: client_id, client_secret, username, password - Content-Type: application/x-www-form-urlencoded - Username format: email address or domain\username Common Issues: ============== 1. Username format: Try 'domain\username' instead of 'user@domain.com' 2. Client credentials: Verify in Admin → API 3. App password: Generate fresh app-specific password 4. Permissions: Ensure API app has Account Management access