You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"JOB_ID_MISSING" : {message : "Missing Job ID parameter for this request",help : ""},
18
-
"INVALID_DIRECTORY_PATH" : {messages : "Invalid file/folder path for this request",help : "Path should be a string like '/path/of/folder', '/path/of/file.jpg'"},
18
+
"INVALID_FOLDER_PATH" : {messages : "Invalid folder path for this request",help : "Path should be a string like '/path/to/folder'"},
19
+
"INVALID_FILE_PATH" : {messages : "Invalid file path for this request",help : "Path should be a string like /path/to/file.jpg'"},
19
20
"INVALID_FOLDER_NAME": {messages : "Invalid folder name for this request",help : ""},
20
21
// pHash errors
21
22
"INVALID_PHASH_VALUE": {message: "Invalid pHash value",help: "Both pHash strings must be valid hexadecimal numbers"},
22
23
"MISSING_PHASH_VALUE": {message: "Missing pHash value",help: "Please pass two pHash values"},
23
24
"UNEQUAL_STRING_LENGTH": {message: "Unequal pHash string length",help: "For distance calucation, the two pHash strings must have equal length"},
24
25
//bulk delete errors
25
-
"INVALID_FILEIDS_VALUE": {message: "Invalid value for fileIds",help: "fileIds should be an string array of fileId of the files to delete. The array should have atleast one fileId.",},
26
+
"INVALID_FILEIDS_VALUE": {message: "Invalid value for fileIds",help: "fileIds should be an string array of fileId of the files to delete. The array should have atleast one fileId."},
26
27
"BULK_ADD_TAGS_INVALID": {message: "Invalid value for tags",help: "tags should be a non empty array of string like ['tag1', 'tag2']."}
0 commit comments