roozbehzarei/filester

Add Privacy Policy

Closed this issue · 2 comments

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.

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.

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. 👍