-
-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Microsoft OneDrive (OneDrive Business) Cloud Support #1
Comments
I now have a password safe that I must store on OneDrive. |
OneDrive Personal implemented now, but OneDrive Business is a separate integration unfortunately, so I'll leave this open. Hopefully it's not too much different from the Personal integration. |
Just an update. OneDrive for Business is quite a different integration. Unfortunately the library I use to integrate with OneDrive is also broken for the Business mode. I've asked someone to take a look, but again, unfortunately, I have a feeling the library is not being very actively maintained. I may have to try to fix the issue myself. On top of this, it is hard to determine if Microsoft require an ongoing subscription to Azure to allow my app to integrate against their OneDrive for business option. Struggling to get a definitive answer on this at the moment. If there is a subscription required, I would need to consider adding an extra charge in Strongbox to cover this cost... Not great news unfortunately, and OneDrive is proving a pretty difficult integration. |
I believe I've solved this problem now, and with release 1.17.0 (available in the App Store now) you should be able to login using either OneDrive Personal or OneDrive business credentials. I had to modify the OneDrive library source to get this working. I'd appreciate any feedback you have! Also, I've been in touch with Microsoft, they are pretty sure that I don't need a paid Azure subscription just to have an App Registration (which is required of ODfB integration), so fingers crossed this is true. I'll leave this issue open until I get some confirmations other than my own logins. -Mark |
This appears to be complete now. |
I have been using a workaround (see below) to access a safe stored on OneDrive Business. For some reason, the safe added this way was not receiving updates and I could not disable the cache (the switch appeared but was dimmed). I tried adding the safe directly on OneDrive and that works. So, I think this issue should be closed. For future reference, the workaround that Mark sent to me was:
Haven't a clue why this stopped working, but since the direct method works now, I'm happy. |
No description provided.
The text was updated successfully, but these errors were encountered: