Graph API error 503 serviceNotAvailable when getting item from SharePoint site in Power Automate
问题 I am trying to use Microsoft Graph API in Power Automate where I make calls out to perform some actions. I have been successful with all Graph calls up to this one where I get a 503 serviceNotAvailable error. The call I am trying is below GET https://graph.microsoft.com/v1.0/groups/b40e54ac-5626-xxxx-xxxx-xxxxxxxxxxxx/drive/root:/filepath.docx If I paste this directly into Graph Explorer on the Graph API site it works fine so I am happy that the call is syntactically correct. I can't get the