I can’t access the publicly uploaded file through the link. We are using uplink-nodejs library in our code. A new access token is generated when we upload files. So can you please help with this. let me know
My requirement is that I have uploaded a file which can access anytime anywhere. No account login required.
Use a linksharing service: Creating Public Buckets and Embedding Content - Storj Docs. However, I do not think that uplink-nodejs binding have a required methods to register the access grant on the GatewayMT to generate a linksharing URLs:
If we want to open a file in the storage, from which link can we do it? There is an option. I did what you said, but if I put the name of the bucket in it, all the files in the bucket show up.
We’re doing this for security reasons because if the Storz link gets leaked, a whole bucketful of our stuff will come out that we don’t want.
It will generate the linkshare URL which will expire after 1 hour (--not-after=+1h), it would also show the used access grant and generated S3 credentials.
Please note, that you may specify the used access grant without configuring uplink by providing it with the --access option.