Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Access metadata vales (of photos) via propfind? #82

Open
psyciknz opened this issue Nov 18, 2021 · 1 comment
Open

Access metadata vales (of photos) via propfind? #82

psyciknz opened this issue Nov 18, 2021 · 1 comment

Comments

@psyciknz
Copy link

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:

@gino0631
Copy link
Owner

gino0631 commented Dec 1, 2021

Not at the moment, but it could be an interesting feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants