autonomys / auto-drive

Auto Drive is a decentralized content-addressed storage solution built on the Autonomys Network, leveraging its underlying permanent storage layer known as the Autonomys Distributed Storage Network (DSN).
2 stars 1 forks source link

[Front — Small Addition] Sharing Files/Folders should include link #55

Open its-colby opened 1 month ago

its-colby commented 1 month ago

Sharing should not "exclusively" be by username. Similar to Google Drive, users should be able to copy a link or search by handle to share.

clostao commented 4 weeks ago

How would this work along the download credit limitation feature. For implementing the monthly download limit we need the user to be authenticated for downloading a file (for reducing the user's download credits). If the user generates a link to the file the person that receives, should be able to download the file? If that's the case who would "pay" for that download?

@its-colby

its-colby commented 3 weeks ago

Not necessarily the case. If a non-registered user (or user without enough credits) views the link, they should be shown the appropriate error message. This will need to be done in the route handling on the backend. @clostao

its-colby commented 3 weeks ago

In the Profile section, there should also be a "copy handle" button