video-accessibility/backend/app/api/v1
michael d08c20914e fix: use delete_blob() to avoid read-only generation property error
The google-cloud-storage library made blob.generation read-only,
causing job deletion to fail silently (0 GCS files deleted).
Using bucket.delete_blob(name) instead avoids generation checking.

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-31 13:57:59 -06:00
..
__pycache__ more fixes for refresh token - this time maintaining the username and role properly across refresh 2025-10-08 23:09:29 -05:00
routes_admin.py added production user role and made it default for new MSAL users - production can access everything EXCEPT user management - that's only for admin 2025-10-10 10:07:30 -05:00
routes_auth.py added production user role and made it default for new MSAL users - production can access everything EXCEPT user management - that's only for admin 2025-10-10 10:07:30 -05:00
routes_files.py initial commit 2025-08-24 16:28:33 -05:00
routes_jobs.py fix: use delete_blob() to avoid read-only generation property error 2025-12-31 13:57:59 -06:00
routes_review_notes.py feat: add video review with timestamped notes to Final Review 2025-12-26 15:30:00 -06:00
routes_tts.py feat: add TTS settings panel with model, speed, and style options 2025-12-22 15:22:14 -06:00
routes_websockets.py wrote docker files and deployment instructions 2025-10-08 16:00:12 -05:00