We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
The text was updated successfully, but these errors were encountered:
Not at the moment, but it could be an interesting feature.
Sorry, something went wrong.
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: