mirror of
https://github.com/langgenius/dify.git
synced 2026-05-13 08:57:28 +08:00
- 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. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| archive_source.py | ||
| base.py | ||
| browser.py | ||
| runtime_source.py | ||