I use delegation permission to obtain access token authorization. The user is a global administrator
The scope of authority is offline_ access User.ReadWrite.All Files.ReadWrite.All
I request the API to get the Same tenant subuser drive file
https://graph.microsoft.com/v1.0/users/xxx/drive/root/children
Return to access denied
https://graph.microsoft.com/v1.0/me/drive/root/children Return is normal
Please help me

