Upload file to SharePoint drive using Microsoft Graph
In order to get all the files of a drive using v1.0, you would first need to get an access token, then get the ‘drive-id’ and use the following URL (note: it is ‘drives’ not ‘drive’): https://graph.microsoft.com/v1.0/drives/{drive-id}/root/children To get the drive id, make the following GET request using postman, this will list all the drives … Read more