You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Mayan EDMS
Say I have a file named FLOYD.PDF. Is there a way to get a hash (md5, sha1, whatever) of the file and then see if I've already added it via the REST API? I know I could do it with metadata and a search, but is there a better way?
Essentially I have a number of places I've stored files in the past and I'd like to centralise them in Maya. However I'd rather not add files multiple times and I'd like to just make a job on several machines that tries to add files from likely directories and can be run over an over w/o constantly adding duplicate files.
Kevin
Roberto Rosario
unread,
Jul 6, 2017, 3:03:18 AM7/6/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Mayan EDMS
Two changes just recently landed on the code regarding this.
The first allows documents to be searched by checksum. This is useful for when you already know the checksum of a document and just want to search via the UI or the API if there is another copy of the document. The second commit adds automatic duplicate search on upload. After uploading a document the system will search in the background to see if there are duplicates and will append them to list of duplicates. This code branch is in "Release candidate" stage and will be released soon.
Roberto Rosario
unread,
Jul 6, 2017, 3:09:41 AM7/6/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message