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>
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>