Upload file with tags through OwnCloud or NextCloud API -
i have database of files tagged. now, upload these files owncloud or nextcloud server , pass on existing tags show tags in respective system. wasnt able yet find way how in documentation, have idea how it?
thanks!
i made available source code of (remote) file tagging micro-service nextcloud on github (https://github.com/julianthome/taggy). implementation consists of 2 parts: 1) taggy client uploading files nextcloud server, , invoking taggy server; 2) taggy server adding specified tags uploaded files.
i polish code further within next days. planning add ssl support important because username , password transmitted unencrypted taggy server. server uses these credentials in order check whether user can authenticated before tagging files.
please let me know if have other ideas, suggestions or feedback ;)
kind regards
Comments
Post a Comment