mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-09 10:08:00 -06:00
Added possibility to upload documents from file system
This commit is contained in:
@@ -46,5 +46,6 @@ enum ErrorCode {
|
||||
createSavedViewError,
|
||||
deleteSavedViewError,
|
||||
requestTimedOut,
|
||||
storagePathAlreadyExists;
|
||||
storagePathAlreadyExists,
|
||||
unsupportedFileFormat;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user