jimmyl0l3c / cfg_share_links

App for Nextcloud that adds the ability to specify share tokens
GNU Affero General Public License v3.0
31 stars 3 forks source link

Is it possible to use via CLI or API? #126

Open xeruf opened 1 year ago

xeruf commented 1 year ago

I use curl to batch create shares via the OCS Share API: https://docs.nextcloud.com/server/latest/developer_manual/client_apis/OCS/ocs-share-api.html#create-a-new-share

Is there anything similar possible when using this app to batch rename the shares?

foxhoundv commented 10 months ago

I am looking for something similar. I use make.com to tie into our companies CRM and based on the sales order number, create a folder in the existing shared folder. I would like to make the newly created folder have a share link automatically.

felixschndr commented 7 months ago

Same here, I have not found a way to do this via the API. You can create a new link in the web ui and try to mimic the http request however this requires session cookies…

I'd also love to see the possibility to update/create a share with a custom link

devnoname120 commented 6 months ago

Ditto, it would be very useful for me for a software that uploads files to Nextcloud via a drag & drop.

hugo-akaora commented 3 months ago

Hello, same, would be very useful! Thanks