chore: added blocking to file preview endpoint

This commit is contained in:
Chirag Aggarwal
2025-02-26 08:52:06 +00:00
parent 676431c355
commit ae78e793dd
3 changed files with 16 additions and 8 deletions
+1
View File
@@ -143,6 +143,7 @@ class Exception extends \Exception
public const STORAGE_INVALID_RANGE = 'storage_invalid_range';
public const STORAGE_INVALID_APPWRITE_ID = 'storage_invalid_appwrite_id';
public const STORAGE_FILE_NOT_PUBLIC = 'storage_file_not_public';
public const STORAGE_FILE_PREVIEW_BLOCKED = 'storage_file_preview_blocked';
/** VCS */
public const INSTALLATION_NOT_FOUND = 'installation_not_found';