Upload file using rest API : WebDav #538
-
Hi @drakkan and Team, Do you have any example docs to use rest API to upload/download files. I have enabled WebDav port and can fetch user details, but not sure how to upload. FYI : Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
REST API and webdav are different things. To use WebDAV you need a client implementing the protocol, for example Nautilus, windows explorer etc.. You can test REST API with any openapi tool. I generally use swaggerui. Please note that this is a test tool, REST API should be used within an external integration. Regarding your changes they look interesting but we actually don't have an email field for users, I plan to add it in future versions (it is useful for password recovery), we likely need a database migration. |
Beta Was this translation helpful? Give feedback.
REST API and webdav are different things. To use WebDAV you need a client implementing the protocol, for example Nautilus, windows explorer etc..
You can test REST API with any openapi tool. I generally use swaggerui. Please note that this is a test tool, REST API should be used within an external integration.
Regarding your changes they look interesting but we actually don't have an email field for users, I plan to add it in future versions (it is useful for password recovery), we likely need a database migration.