My one drive for business has URL of the form:
https://XXXXXXX-my.sharepoint.com/personal/AA_BBBB_com/_layouts/15/onedrive.aspx
How to download the files from the above looking URL?
I'm building an client APP which needs to download files from the above URL at scheduled intervals. I have client_id and client_secret.
My method of attack has been to to use microsoft GRAPH API and MSAL library to download the files from the above url.
I have seen examples of using graph api to download files from one drive (NOT one drive for business).