AnkiDroid (and all of the Anki ecosystem really) uses a sqlite database.
The sync protocol is efficient because it operates *inside* the database, syncing only the small parts that change.
Dropbox, OneDrive etc, all operate on a whole-file granularity. That is a completely different style than Anki sync.
So Anki will never sync to a whole-file granularity service, and thus will never sync to OneDrive. It will not happen.
What you want is backup/restore or file copy. Those may be accomplished using external tools + automation and the feature does not need to live in AnkiDroid.
You may for instance use something like Syncopoli
https://f-droid.org/en/packages/org.amoradi.syncopoli/ to automate
the *copy* (or rsync, really) of the ankidroid directory to
OneDrive if you want.
Hello please add One drive sync as soon as possible. I would love to use the android app, however it does not offer the one drive sync like the Microsoft store version does. Please update this functionality soon.Sent from Surface Duo
--
You received this message because you are subscribed to the Google Groups "AnkiDroid" group.
To unsubscribe from this group and stop receiving emails from it, send an email to anki-android...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/anki-android/CH0PR02MB79773F57FFD294CDC49CC47DAB3F9%40CH0PR02MB7977.namprd02.prod.outlook.com.
I don't believe that's correct.
I believe your statement can also be stated as "The unrelated AnkiApp that is not part of the Anki ecosystem has features that are not the same as Anki Desktop" https://faqs.ankiweb.net/ankiapp-is-not-part-of-the-anki-ecosystem.html
My statements are technically correct and explain why AnkiDroid
will not sync to OneDrive