jamie-mh / AuthenticatorPro

📱 Two-Factor Authentication (2FA) client for Android + Wear OS
https://authenticatorpro.jmh.me
GNU General Public License v3.0
2.71k stars 194 forks source link

Adding cloud sync via Android #1133

Closed CatGamer23 closed 1 month ago

CatGamer23 commented 2 months ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Eg. I'm always frustrated when [...] I want to be able to sync my encrypted backup file to Google Drive or other syncing services without having to setup a 3rd party service.

Describe the solution you'd like A clear and concise description of what you want to happen. Instead of syncing directly to Google Drive, etc. by adding the APIs/SDKs to the app, I think adding the "All files" permission, or the write version of it would allow access to the Google Drive storage of accounts signed in on the phone via the android file explorer.

Additional context Add any other context or screenshots about the feature request here.

jamie-mh commented 1 month ago

Hi,

I don't want to add the all files permission as it's a "high risk" permission according to Google. They will simply remove the app from Google Play if they don't think the usage is acceptable.

Cheers