I think this is a known issue, and I’m personally facing it as well,
So far, the workaround is to manually enter the workbook ID,
The correct way to get the ID is not from the URL that appears on the browser when you open the sheet,
Instead, you need to make an API call using the same credentials:
https://graph.microsoft.com/v1.0/me/drive/root/children
After that, extract the ID from the response:
