buttercup-core icon indicating copy to clipboard operation
buttercup-core copied to clipboard

Add support for OneDrive vault

Open mmarodin opened this issue 3 years ago • 2 comments

Have you planned to add the support to store the vault to OneDrive?

Or have you tried to access to OneDrive via webdav protocol? I tried but it doesn't work :( Here an example: https://winscp.net/eng/docs/guide_microsoft_onedrive

Great project! Thanks

mmarodin avatar Apr 27 '21 15:04 mmarodin

In my laptop I can access to the vault from the local folder used by OneDrive. But I have to find a way to access to it from my mobile device (Android/iOS) :)

mmarodin avatar Apr 27 '21 15:04 mmarodin

Let's use this: https://www.npmjs.com/package/onedrive-api

I'd like an entire client built around it, that includes the OAuth side of things as well. Far easier to implement that way. Might be some info here regarding OAuth URLs: https://github.com/onedrivejs/onedrive/blob/master/bin/onedrive-auth

perry-mitchell avatar Aug 18 '22 06:08 perry-mitchell