roozbehzarei / filester

A secure, accessible cloud storage app for android
https://roozbehzarei.me/project/filester
GNU General Public License v3.0
125 stars 2 forks source link

Add Privacy Policy #35

Closed DevZer0ne closed 8 months ago

DevZer0ne commented 9 months ago

Can you please explain where our files are being uploaded and for how long? Is this app consuming local storage space? Stuff like background activities needs to be out there in public for better understanding of how this app actually works.

roozbehzarei commented 9 months ago

Hello @DevZer0ne,

There's a button in the "About" section of Filester named "transfer.sh", which is an open-source cloud storage used by Filester to upload user files. You can view its source code here. Filester does not pass any user info to the cloud storage it uses, and only collects anonymous data like device model, Android version and the country of the user to help further understand users' needs and usage. It also helps fixing crashes and bugs. "Anonymous data" as stated above, means all these collected information are not (in anyways) bound to the uploaded files or any individual.

As for the lifetime of uploaded files, transfer.sh keeps uploaded files for 14 days, which is stated in Filester after your upload succeeds.

In the end, your point is solid. These information must be accessible within the app, which is why I will transform this issue into a task to add "Privacy Policy" section to Filester in the upcoming version.

DevZer0ne commented 9 months ago

Hello @DevZer0ne,

There's a button in the "About" section of Filester named "transfer.sh", which is an open-source cloud storage used by Filester to upload user files. You can view its source code here. Filester does not pass any user info to the cloud storage it uses, and only collects anonymous data like device model, Android version and the country of the user to help further understand users' needs and usage. It also helps fixing crashes and bugs. "Anonymous data" as stated above, means all these collected information are not (in anyways) bound to the uploaded files or any individual.

As for the lifetime of uploaded files, transfer.sh keeps uploaded files for 14 days, which is stated in Filester after your upload succeeds.

In the end, your point is solid. These information must be accessible within the app, which is why I will transform this issue into a task to add "Privacy Policy" section to Filester in the upcoming version.

Alright! Thank you for providing the necessary info. 👍