|
|
|
Ask HN: Is it ok to store illegal content on the cloud for private use?
|
|
7 points
by pickthree
4137 days ago
|
|
I have a plan to build a service that allow people to store/upload their song/recorded sound on cloud, so they can play it anywhere. This service is intended for private use, so there is no sharing feature on it. But I'm concerned that someone will upload illegal/pirated content to the app. Will I get sued by record labels/music company for my app in the future? *sorry for bad english |
|
In some jurisdictions, it is permissible under copyright law to make a backup of media that you own, and in others it is not. If you were to host the service in the latter jurisdiction, you may have an issue, if the former, probably not.
If you were to encrypt the files when storing them, and decrypt only when a user has been authenticated, that would be a strong argument against claims of copyright infringement, but adds a technical hurdle to your application.
At any rate, IANAL, so seek professional advice if your finances permit.