rcRsc
March 28, 2023, 4:41pm
1
What is the problem you are having with rclone?
I run rclone config
fine (region option "3" (Germany) )¹ until it wants to web-authorize.
Browser opens, https://login.microsoftonline.de/ doesn't open.
nslookup login.microsoftonline.de
brings 3 addresses in the 51.4.145.x net but Windows tracert
says 62.155.247.245 reports: Destination net unreachable
.
.
working option 1 (Global) opens login.microsoftonline.com , non-working option 3 (Germany) unsuccessfully tries to open login.microsoftonline.de
Run the command 'rclone version' and share the full output of the command.
rclone v1.62.0
os/version: Microsoft Windows 10 Pro 21H1 (64 bit)
os/kernel: 10.0.19043.1288 Build 19043.1288.1288 (x86_64)
os/type: windows
os/arch: amd64
go/version: go1.20.2
go/linking: static
go/tags: cmount
Which cloud storage system are you using? (eg Google Drive)
OneDrive
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
rest of the questions doesn't apply at this stage
Actual questions
a) I tried 3 machines, 2 in Germany, 1 in Turkey with same result. Could someone please verify?
b) Any other way to setup a new OneDrive in rclone?
.
.
¹ option 1 ("Global") does work in the same setup
asdffdsa
(jojothehumanmonkey)
March 28, 2023, 5:11pm
2
hi,
during the rclone config
command, there should be a weblink, that you can manually paste into a web browser.
If your browser doesn't open automatically go to the following link: http://127.0.0.1:53682/auth?state=MF4s2VYtmLbr4Eyqg7O65w
so i would open a bew private window, paste in the weblink and login that way.
rcRsc
March 28, 2023, 5:24pm
3
Thanks, but
It shows the complete link, but to no avail (as the host is apparently unreachable).
ncw
(Nick Craig-Wood)
March 29, 2023, 1:55pm
5
We had another report of this, but I don't know whether it was resolved or not.
I am trying to set up a new OneDrive personal account in rclone (rclone-v1.61.1-osx-amd64).
The browser (Firefox 109.0 64-Bit - but I also tried other browsers) opens a new window in order to connect to the Microsoft login page but is not able to connect to it. I don't use a firewall. And this problem only occurs when I'm trying to connect to Microsoft Cloud Germany (address automatically created by rclone: 127.0.0.1:53682/auth?state=T4Sq0IOMuUZgk1lXSrsikg). I do not have any problems setting u…
Does using the global region work?
Maybe microsoft have changed how this works - any doc research gratefully received
rcRsc
March 29, 2023, 2:41pm
6
yes. as reported in the opening post global region does work, it's what I settled for for now:
.
regarding
Have you got any idea whom/where the original docs were from (i.e. where to start looking for the updated docs)?
ncw
(Nick Craig-Wood)
March 30, 2023, 4:04pm
7
Glad global works.
Maybe we need to just remove the DE region but it would be nice to have some docs to back that decision up.
The original region support was added in this commit as part of adding a china region.
committed 08:04PM - 29 Jan 21 UTC
fixes #3804
obsoletes #3973
obsoletes #4072
The original issue
opened 06:28AM - 13 Dec 19 UTC
closed 08:04PM - 29 Jan 21 UTC
enhancement
Remote: One Drive
help wanted
regional
**To contributors**: We have got several PRs on this issue: #3973 #4072 #4131, p… lease think twice if you want to open a new PR on it. Instead, consider help review these PRs.
#### What is your current rclone version (output from `rclone version`)?
latest
#### What problem are you are trying to solve?
National (Germany, Chinese, and US Government) version of Office 365 requires a different API endpoint. Please refer to https://docs.microsoft.com/en-us/graph/deployments
links to this doc
which no longer mentions a DE region.
On this page i found a mention of the DE region being deprecated in 2020
https://github.com/microsoftgraph/microsoft-graph-docs/issues/8333
And on this page Select Azure regions for a migration - Cloud Adoption Framework | Microsoft Learn I found this text
Azure Germany is being deprecated in favor of standard nonsovereign Azure regions in Germany.
So it seems very likely the DE endpoints have been deprecated, though I haven't found the official announcement yet or a date as to when that happened.
Any further ideas? Think it is safe to remove the DE support in rclone?
system
(system)
Closed
April 29, 2023, 4:04pm
8
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.