Azure – How to fix the Invalid hostname for this tenancy error when accessing files in SharePoint using Microsoft Graph API
I'm using graph API in my react project to access SharePoint files in a site called test-site-001. The main functionality is to get all the files and folder details. Below is my HTTP request and the code. const fetchOneDriveFiles =…