The Microsoft Graph is the API we are going to use to communicate with Microsoft OneDrive to retrieve files and folders in our UnoDrive application . It is a RESTful API, which you can integrate with using any language, that provides read and write access to many Microsoft services, including OneDrive.
In this chapter we will be building on the authentication concepts that we learned in Chapter 11. Upon successfully logging into the application, you will have a stored ...