dify/api/services/sandbox
Harry 3f5f893e6c feat: add exists method to sandbox sources for existence checks
- Implemented the `exists` method in `SandboxFileSource` and its subclasses to verify the availability of sandbox sources.
- Updated `SandboxFileService` to utilize the new `exists` method for improved error handling when listing files and downloading files.
- Removed the previous check for storage existence in `archive_source.py` and replaced it with the new method.
2026-01-30 17:34:40 +08:00
..
sandbox_file_service.py feat: add exists method to sandbox sources for existence checks 2026-01-30 17:34:40 +08:00
sandbox_provider_service.py feat(app_asset): add batch upload and file upload URL generation 2026-01-23 14:34:27 +08:00
sandbox_service.py refactor(storage): remove signer, using general file storage 2026-01-29 23:01:12 +08:00