juliansteenbakker / flutter_secure_storage

A Flutter plugin to store data in secure storage
https://pub.dartlang.org/packages/flutter_secure_storage
BSD 3-Clause "New" or "Revised" License
1.13k stars 392 forks source link

Sync storage on OneDrive on Windows #667

Open rekire opened 10 months ago

rekire commented 10 months ago

I'm thinking about how to sync settings like on Apple-Platforms with the keychain. I think the OneDrive could be the way to go. The (personal) OneDrive path can be found in the environment variable OneDrive. It seems that the most correct way would be to use the "Apps" sub folder which seems to be localized on de_DE it is "Anwendungen".

That Apps folder is a "special folder" like I found out. However this seems to be an exclusive Windows Graph API which does not make sense in manner of a transparent sync when you need to sign in.

What do you think about it? Is it worth to open a PR for that? Has anyone an idea how to get the special folder path without the REST-API?

juliansteenbakker commented 3 months ago

I am closing all older issues. If this issue still exists in the latest version, please let me know.

rekire commented 3 months ago

@juliansteenbakker I quickly checked the windows code. There is no one drive support. I understand why you close old issues, but you might should close them a bit more careful.

TL;DR: Please reopen

github-actions[bot] commented 1 month ago

This issue is stale because it has been open for 60 days with no activity.