Forum Discussion

Mahmoud_Bakr's avatar
Mahmoud_Bakr
Copper Contributor
Oct 14, 2025

Create Container Issue

We Have issue with SharePoint embedded 

we already enabled SharePoint embedded to tenant and already setup billing as Pay as you go

and we created App and create container typeID to App and already granted permission to app FileStorageContainer.Selected 

and we created in PowerAutomate HTTP invoke action preauthorized and create certificate to App to set the action and action setup up successfully but in power automate when we create container we get error access denied  so plz advice  

 

{

  "error": {

    "code": "accessDenied",

    "message": "Access denied",

    "innerError": {

      "date": "2025-10-06T07:43:49",

      "request-id": "223ca6c1-81fc-4e20-997a-20f8f4c976c8",

      "client-request-id": "223ca6c1-81fc-4e20-997a-20f8f4c976c8"

    }

  }

}

1 Reply

  • Some things to check:

    1. In your app registration, make sure https://graph.microsoft.com is added in the Authentication -> Web Platform configuration.
    2. The Audience parameter in the OAuth authentication needs to container this.

     

     

    Also of note:

    When using the Power Platform, we have released a number of connectors that don't require you to use the HTTP Premium connector.  

    Until they are fully rolled out, in Power Automate, append this to the end of the URL, 

    &addConnectorHideKey=sharepointembedded

    Then add a new connector to the canvas.  If you search for SharePoint Embedded you will see the new native connectors you can use for most operations.

Resources