No longer working in Nextcloud v29
Are there any plans to update this please, you can no longer right click and 'copy sharing path' on version 29? Thanks
You already couldn't on Nextcloud 28. The dev is not updating this app anymore. You should read the rest of the open issues.
If your goal is simply to be able to share a public link to a file hosted in some "public" folder on your Nextcloud, directly and without it being embedded in Nextcloud js bloat, you can still do this, you just need to write your own tooling (say, a batch script and optionally a url shortener in nginx) to generate the links from some client interface.
I never had the privilege of using Sharing Path when it was fully supported but I've used it across several recent releases this way without issue.
Finally, I got tired of the warnings that this is no longer supported, so I got rid of it. Instead, I locally host an sftp server with a user in both the www-data and sftp groups, and then mount that as a dedicated public folder via the Nextcloud-featured "External Storage" app.
I have an nginx site that points public links to the sftp user's folder as the directory root, Nextcloud configured via the External Storage app to mount one folder via SFTP, and caja-actions-config-tool (as I use the caja file manager locally) connected to a script that copies the location of a file with a sed/replace from the local path to the public link configured in nginx.
Obviously this can all be done without Nextcloud and would be maybe pointless if it were all you're using Nextcloud for. Hope any of this helps someone down the road. Cheers