Hi there. I Also have the problem to use OneDrive.
If i Click on OneDrive --> the link sets dropbox as URL
As i see, OneDrive is not yet implemented:
Page not found (404)
Request Method:
GET
Request URL:
https://auth.enpass.io/dropbox/?code=Md943c21a-336d-a52f-be5c-360009d76466
Using the URLconf defined in cloud_auth.urls, Django tried these URL patterns, in this order:
^admin/
^dropbox/$
^googledrive/$
^box/$
The current path, onedrive/, didn't match any of these.
You're seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 404 page.