Commit graph

3 commits

Author SHA1 Message Date
DJP
cbdf3f60a7 Simplify standalone test - accept token as argument + show token in UI
Standalone test now accepts token as command line argument instead of
trying to get new token (credentials may have changed).

UI now shows OAuth token in expandable section for copying to standalone test.

Usage: php test_upload_standalone.php "eyJraWQiOiI0Y..."

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-28 08:39:25 -04:00
DJP
41447e69c2 Fix Creds.txt parsing in standalone test script 2025-10-28 08:36:44 -04:00
DJP
4fda83a2bb Add standalone upload test script for debugging
Standalone PHP script that:
- Gets OAuth token directly
- Creates minimal test image
- Replicates EXACT Postman cURL structure
- Shows verbose output
- Can be run independently: php test_upload_standalone.php

Use to isolate upload issues from main application.
Helps determine if issue is PHP-specific or API restriction.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-28 08:35:05 -04:00