Download files from personal OneDrive using Python
问题 I have a Python script that is running periodically on an AWS EC2 Ubuntu machine. This script reads data from some files and sometimes changes data in them. I want to download these files from OneDrive, do my own thing with them, and upload them back to OneDrive. I want this to be done automatically, without the need for a user to approve any login or credentials. I'm ok with doing it once (i.e. approving the login on the first run) but the rest has to run automatically, without asking ever