mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 01:48:04 +08:00
feat(app-assets): add file download functionality with pre-signed URLs and enhance asset management
This commit is contained in:
@ -11,3 +11,7 @@ class AppAssetParentNotFoundError(BaseServiceError):
|
||||
|
||||
class AppAssetPathConflictError(BaseServiceError):
|
||||
pass
|
||||
|
||||
|
||||
class AppAssetNodeTooLargeError(BaseServiceError):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user