ferrero-opentext/Python-Version/scripts
DJP e95988e2bc Fix Box folder naming - use campaign ID (C000000078) not asset ID
Issue: Box folders were named with hex asset ID instead of campaign ID
Example Wrong: 7e2f7c97b003f91f8b2a162b9f62ccab51586fa9_Local_adaptation_test_2
Example Correct: C000000078-Local_adaptation_test_2

Fixes:
1. Use campaign_number (C000000078) instead of campaign_id (hex) for Box folder
2. Change separator from underscore to dash (C000000078-Campaign_Name)

The confusion:
- campaign_id variable = DAM asset_id (hex string for API calls)
- campaign_number variable = actual campaign ID (C000000078)

Now Box folders will be named correctly: C000000078-Local_adaptation_test_2

🤖 Generated with Claude Code
2025-10-30 18:19:06 -04:00
..
shared Fix Box folder naming - use campaign ID (C000000078) not asset ID 2025-10-30 18:19:06 -04:00
a1_to_a2_download.py Fix Box folder naming - use campaign ID (C000000078) not asset ID 2025-10-30 18:19:06 -04:00
a2_to_a3_upload.py Complete Python automation implementation - All components built 2025-10-30 16:49:14 -04:00
test_connection.py Complete Python automation implementation - All components built 2025-10-30 16:49:14 -04:00