DAM subfolder "WND_PCS 2026 2.0" was being treated as a file because ".0" was not in the known extensions list and defaulted to is_folder=False. This caused an HTTP 404 on download since it's a folder, not a file. Added numeric-only extension check (.0, .1, etc.) to the folder detection logic so the script correctly recurses into versioned subfolders and downloads the assets inside them. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| __pycache__ | ||
| __init__.py | ||
| box_client.py | ||
| common.py | ||
| config_loader.py | ||
| dam_client.py | ||
| database.py | ||
| filename_parser.py | ||
| filename_parser_v1_backup.py | ||
| metadata_extractor_mvp.py | ||
| metadata_extractor_mvp.py.backup | ||
| metadata_extractor_mvp_PROD.py | ||
| notifier.py | ||