nextcloud-java-api icon indicating copy to clipboard operation
nextcloud-java-api copied to clipboard

Set expiry date

Open abumiqb opened this issue 3 years ago • 1 comments

Hi!

How can i set expiry date for a shared folder?

abumiqb avatar Apr 22 '22 11:04 abumiqb

Hello,

it's currently not implemented in this library.

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

We would need to pass an additional expireDate parameter when creating the share. I would accept a pull request which implements this

a-schild avatar Apr 22 '22 12:04 a-schild