Thank you for reporting this! It will be fixed for the next release scheduled for later this month.
I am actually surprised it did work until now. Getting a download URL from OneDrive requires sending the access token. However, access tokens have a limited lifetime (about one hour), after which they need to be refreshed. The code which generates the download URL does not try to refresh the token when it has expired. Instead, it throws an exception. The only way this would work is if you tried to download a backup archive within an hour of having uploaded something to OneDrive (uploading does refresh the tokens when they have expired). The missing refresh when generating the download URL is the actual issue and what I am going to fix.
Again, thank you very much for reporting this! Since our tests work sequentially, the download test was run withing seconds after the upload test so I never got to spot that condition until you filed this ticket. Oops!
Nicholas K. Dionysopoulos
Lead Developer and Director
🇬🇷Greek: native 🇬🇧English: excellent 🇫🇷French: basic • 🕐 My time zone is Europe / Athens
Please keep in mind my timezone and cultural differences when reading my replies. Thank you!