Upload files to your oneDrive from terminal/remoteSSH via microsoft graph api
- clone the repo
- create a new microsoft graph api application (you can use their quickstart guide)
- Go to
src/graphtutorial
folder and runpip install -r requirements.txt
- In the
graph.py
file, enter the client id you obtained from creating a new graph API application in theAPP_ID
variable - run
python main.py
on your terminal