APS Translation Debugger
Debug file translation issues and analyze Model Derivative conversion problems
Translation Job Info
🛠️ Debug Without Token
This tool can analyze URN format and provide debugging guidance even without an access token.
Debug Results
Enter a URN or Object ID to start debugging
🚨 Common Translation Issues
File Format Issues
- • Unsupported format: Check APS supported formats list
- • Corrupted file: Try opening locally first
- • Password protected: Remove password before upload
- • File too large: Check size limits (5GB for most formats)
API Issues
- • Invalid URN: Ensure proper Base64 encoding
- • Missing scopes: Require viewables:read + code:all
- • Token expired: Refresh authentication
- • Rate limiting: Implement retry with backoff
📋 Translation Status Codes
Success States
inprogress- Translation runningsuccess- Completed successfullycomplete- All derivatives ready
Error States
failed- Translation failedtimeout- Operation timed outpartial- Some derivatives failed
🤖 Debug with RAPS CLI
RAPS provides comprehensive debugging tools:
# Check translation status
raps translate status YOUR_URN
# Get detailed manifest
raps translate manifest YOUR_URN --verbose
# Debug with retry and logging
raps translate YOUR_URN --debug --retry 3