Share link generation with --readonly=false

Hello, I’m looking for a possible way of generating a valid url using uplink-cli

$ uplink share sj://bucket --not-after=none --base-url=https://link.storjshare.io --url --readonly=false --disallow-deletes

Sharing access to satellite 12L9ZFwhzVppmZWKwmcNDDs@eu1.storj.io:7777
=========== ACCESS RESTRICTIONS ==========================================================
Download : Allowed
Upload : Allowed
Lists : Allowed
Deletes : Disallowed
NotBefore : No restriction
NotAfter : No restriction
Paths : sj://flipperitalia/ (entire bucket)
=========== SERIALIZED ACCESS WITH THE ABOVE RESTRICTIONS TO SHARE WITH OTHERS ===========
Access : 1G1L4z6nBNesUHbVaCcC9gCrU3MzUu7TAKTwFR3bnNX3PMr1QwSXXNa1brRqgSd8Zn7YbtusLTcBqN7RVvcqp2Jm2LhNF
========== CREDENTIALS ===================================================================
Access Key ID:xxxxx
Secret Key : jxxxxx
Endpoint : https://gateway.storjshare.io
Public Access: true
will only generate linksharing URL with readonly restrictions

my goal would be to have an open editable bucket to give to the lab

uplink share --url always generates the read only links.
What you want is not possible to do with linksharing service, you need to use a presigned URLs:

Or give to someone your access grant (as you shared it here), and anybody who have this access grant can configure tools supported using an access grant (I.e. uplink or rclone or FileZilla, etc.) to upload and download to/from your shared bucket(s)/prefix(es).

P.S. I would like to offer you to remove your access grant from the post or even better - to revoke it.