mirror of
https://github.com/langgenius/dify-plugin-sdks.git
synced 2026-07-22 18:35:29 -04:00
d8f9286eb3
- Added exception handling for unsupported protocols in the `get_blob` method. - Raises a ValueError with a clear message if the URL is invalid, guiding users to check the `FILES_URL` environment variable. - Maintained existing functionality while improving robustness against HTTP request failures.