I am trying to upload a file to OneDrive with a command on the command line. Everything I have found online for documentation and resources so far say I have to create an app with MS and OneDrive, get a token, and use the MS graph API... or to use a client such as Filezilla and leverage it's command line features.
Using filezilla in my instance is not an option, as I am attempting to keep a minimal install scenario.
I find it hard to believe one is unable to use the ol' trusty ftp approach. Has anyone tried this?