Upload and share file/folder in Nextcloud

Hi all,

I am trying to create a scenario where i connect to Cognito form and pull the form + an attachment, then upload it to Nexcloud where a new folder is created then the folder shared to a specific email address with expiry date.

I’ve managed to set the folder creation step, but i can’t figure how to share it. Anyone done something similar?

Thanks in advance.

I haven’t worked with Nextcolud before, so not sure if the shareable link is as part of the Create Folder/File output.

Based on my initial assessment, you need to use Make an API call module and trigger the Share File/Folder from there, I believe this is the API document that you can follow to do so,

https://docs.nextcloud.com/server/latest/developer_manual/client_apis/OCS/ocs-share-api.html

1 Like