Hello Guys,
I’m trying to download files from the REST-API of owncloud. but I think that the API which I found in the internet is not actual. Because by trying to download a file via URL in the Browser always get redirected to my owncloud site.
And If I look at the Request which a get from the “Postman”, it gives me a whole HTML-Site, but the files are not shown, because I get this message: “Access your files via webdav”.
If i understood it right, the owncloud site loads the pictures with javascript via webdav.
Here is the Restful API, which I use to get the files: RESTful API · owncloud/gallery Wiki · GitHub
This link shows the SHARE API(I think it is not necessary for my request), which prodives just information about the filesystem in the oC as xml-format. ownCloud Documentation Overview
I would appreciate any comments and help.
Thanks,
Kesking03