Going from the documentation, and from the guide here:
When clicking "New registration", you are now presented with the following:
Are there any clues in how to get this working?
Going from the documentation, and from the guide here:
When clicking "New registration", you are now presented with the following:
Are there any clues in how to get this working?
welcome to the forum,
what is the bug? the deprecated warning or what?
Documentation bug at the minimum, or I guess the entire option not working if there isn't a way to do this anymore.
Have you tried to join M365 Dev Program or sign up for Azure? The message is quite clear that it is now pre-requisite for app registration.
the rclone doc worked for me, on personal and business.
i never saw what the OP posted, that deprecated message.
I have seen it recently when setting up new account (few weeks ago) but everything worked without any extra steps. Maybe now Microsoft is enforcing it.
I signed up to the M365 Dev Program - but the link in the documentation still would not allow me to create anything.
It seems like if you join the program, maybe there's a different part of the MS site to do this? Or I have to do some extra steps within the M365 Dev Program to create / do something?
I don't really use MS's services for anything - so I'm not familiar with any of their programs or access stuff - but I got a free 200Gb of storage for life with a deal recently - so I'm trying to use it for some backups.
Running as-is, I'm having problems getting over ~70Kb/sec uploads with a 1000/50 Mbit connection.
For the record, I'm currently using:
rclone sync -v \
--ignore-errors \
--multi-thread-streams=32 \
--transfers=45 \
--checkers=45 \
--drive-chunk-size=128M \
--skip-links \
--delete-excluded \
$src \
$target:/
Can't help with proper debug logs... but on top of my mind, that many transfers and checkers is for sure getting throttled.
please post the output of rclone config redacted
that is for google drive, not onedrive
pretty sure that does not apply to onedrive.
rclone config redacted
[Dropbox]
type = dropbox
app_key =
app_secret =
token = XXX
[GDrive]
type = drive
client_id =
client_secret =
token = XXX
[Onedrive]
type = onedrive
client_id =
client_secret =
token = XXX
drive_id = XXX
drive_type = personal
[oc_Dropbox]
type = crypt
remote = Dropbox:/oc_backup
filename_encryption = standard
password = XXX
password2 = XXX
[oc_gdrive]
type = crypt
remote = GDrive:/oc_backup
filename_encryption = standard
password = XXX
password2 = XXX
[oc_onedrive]
type = crypt
remote = Onedrive:/oc_backup
filename_encryption = standard
directory_name_encryption = true
password = XXX
password2 = XXX
[oc_onedrive_photos]
type = crypt
remote = Onedrive:/oc_photos
filename_encryption = standard
directory_name_encryption = true
password = XXX
password2 = XXX
### Double check the config for sensitive info before posting publicly
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.