mirror of
https://github.com/rclone/rclone.git
synced 2025-08-18 01:20:16 +02:00
onedrive: Removed second browser authentication and enabled headless mode #254
This commit is contained in:
committed by
Nick Craig-Wood
parent
113f43ec42
commit
f91f89d409
@@ -114,7 +114,7 @@ To copy a local directory to an OneDrive directory called backup
|
||||
|
||||
### OneDrive for Business ###
|
||||
|
||||
There is experimental support for OneDrive for Business.
|
||||
There is additional support for OneDrive for Business.
|
||||
Select "b" when ask
|
||||
```
|
||||
Choose OneDrive account type?
|
||||
@@ -124,10 +124,8 @@ b) Business
|
||||
p) Personal
|
||||
b/p>
|
||||
```
|
||||
After that rclone requires two authentications. First to authenicate your account
|
||||
and second to get the final token to access your companies resources.
|
||||
|
||||
Headless authentication is not working at the moment.
|
||||
After that rclone requires an authentication of your account. The application will first authenticate your account, then query the OneDrive resource URL
|
||||
and do a second (silent) authentication for this resource URL.
|
||||
|
||||
### Modified time and hashes ###
|
||||
|
||||
|
Reference in New Issue
Block a user