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

Feature: upload files with array of tags #223

Open
madchap opened this issue Oct 11, 2018 · 3 comments
Open

Feature: upload files with array of tags #223

madchap opened this issue Oct 11, 2018 · 3 comments

Comments

@madchap
Copy link

madchap commented Oct 11, 2018

Hello,

A missing feature for this client to me is the ability to upload a file with a tags array, or at least, be able to subsequently add tags to an uploaded file.

AFAIK, this is not there?

Thank you for considering.

@PVince81
Copy link
Contributor

if you are talking about "collaborative tags" as displayed in the web UI sidebar in ownCloud, you'd need to first upload the file and then call a new function "set_tags" or similar that needs to be written to be able to set those tags.

this would require also a new function to set arbitrary Webdav properties on a given file paths, and use it to set the tags properties.

tagging as enhancement

@madchap
Copy link
Author

madchap commented Oct 11, 2018

Yes indeed. Thank you.

@luffah
Copy link

luffah commented Apr 22, 2021

Any news ?
I coded something like that as an extension of nextcloud-API module that looked easier to read and inherit (but not being avaible in pipy) :
EnterpriseyIntranet/nextcloud-API#67

Maybe i shall do some port. :/

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

3 participants