A Microsoft file hosting and synchronization service.
Hi Karthik,
The endpoint you are using is not correct.
Required Endpoint: GET https://graph.microsoft.com/v1.0/users/{idOrUserPrincipalName}/drive
You have missed users in the endpoint. If the user-id, folder-id are correct, please change the endpoint by adding users and it will work as expected.
Kindly refer this Document.
Hope this helps.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have further questions about this answer, please click "Comment".