ShareFile Folder Creation Test ============================= Getting access token... ✅ Got access token Template Folder Configuration: ============================= ✅ SHAREFILE_TEMPLATE_FOLDER_ID: your_template_folder_id_here Getting home folder... ✅ Home folder ID: fohb93d1-d680-4fc2-8d17-f690369d4f09 Test 1: Create Simple Folder ============================ Payload: { "Name": "Test Folder 2026-01-30 15:26:45", "ParentId": "fohb93d1-d680-4fc2-8d17-f690369d4f09" } HTTP Code: 404 Response: {"code":"NotFound","message":{"lang":"en-US","value":"Route not found."},"reason":"NotFound"} ❌ FAILED: Could not create simple folder Test 2: Create Folder from Template =================================== Payload: { "Name": "Test Template Folder 2026-01-30 15:26:45", "TemplateId": "your_template_folder_id_here", "ParentId": "fohb93d1-d680-4fc2-8d17-f690369d4f09" } HTTP Code: 404 Response: {"code":"NotFound","message":{"lang":"en-US","value":"Route not found."},"reason":"NotFound"} ❌ FAILED: Could not create template folder Recommendations: ================ 1. If simple folder creation works, we can use that instead of templates 2. If template creation fails, check if the template folder ID is correct 3. Consider creating folders in the user's home directory instead of as templates