Embed a Upload only / File drop section on a other website

Hi,

I want implement on a website the drop zone of a Upload only / File drop sharing link. The idea is that the members of the website can easily forward files to different groups of people.

Someone have experience with this? After my first tests I saw already that the JS in the background working against my implementation.

In general is this possible what I want and are there any snippets already available for this?

Thanks

@DangerSchwob Here you can find the API to create a new share:
https://doc.owncloud.org/server/10.2/developer_manual/core/apis/ocs-share-api.html#create-a-new-share

Here you can find how to access as public link share with WebDAV:
https://doc.owncloud.org/server/10.2/user_manual/files/access_webdav.html#accessing-public-shares-over-webdav

Here you can find some examples with cURL: https://doc.owncloud.org/server/10.2/user_manual/files/access_webdav.html#accessing-files-using-curl

Maybe the JS-SDK could help here as well:

1 Like