xybu / onedrived-dev

A Microsoft OneDrive client for Linux, written in Python3.
https://github.com/xybu/onedrived-dev
MIT License
705 stars 78 forks source link

How do I add an account via portal.office365.com instead of login.live.com #73

Open ThomasA opened 7 years ago

ThomasA commented 7 years ago

It seems I must access my OneDrive through portal.office365.com as part of my company's subscription. onedrived-pref instructs me to log in at 'https://login.live.com/oauth20_authorize.srf?...'. Can I somehow do this via portal.office365.com instead? live.com does not seem to know my account. Simply replacing 'login.live.com' with 'portal.office365.com' in the address does not work.

derrix060 commented 7 years ago

Hello @ThomasA, it seems that you are trying to enter with a Business account, and as was said on #1, this repository doesn't have support for this. Try to see my fork, where I'm TESTING this implementation.