nextcloud-metadata
nextcloud-metadata copied to clipboard
Access metadata vales (of photos) via propfind?
can i access any of the metadata values via the propfind call?
$ curl -u user:password 'https://nextcloud/remote.php/dav/files/user/Photos/iPhone/NextCloud/2021/05/IMG_7154.JPG' -X PROPFIND --data ' <d:propfind xmlns:d="DAV:"> <d:prop xmlns:oc="http://owncloud.org/ns"> <d:getlastmodified/> <d:getcontentlength/> <d:getcontenttype/> oc:permissions/ <d:resourcetype/> <d:getetag/> </d:prop> </d:propfind>'
if so what are some of the properties, and i guess the namespace. ive been trying oc:
Not at the moment, but it could be an interesting feature.