Forum Discussion
REST API - Unable To Create Folder In Newly Created Team Site SiteAssets Library (Owned)
- Feb 15, 2024
OK, it looks like there is an answer, and I got it from the 365 / Power Platform community.
Essentially, since there is no requirement for the Site Assets until someone has looked at anything, then the library is either not enabled or provisioned in some way.
annajhaveri, over at the Power Automate community supplies the actual call needed to do this:
POST - _api/web/lists/ensureSiteAssetsLibrary
This then allows actions on that library without loading the site.
OK, it looks like there is an answer, and I got it from the 365 / Power Platform community.
Essentially, since there is no requirement for the Site Assets until someone has looked at anything, then the library is either not enabled or provisioned in some way.
annajhaveri, over at the Power Automate community supplies the actual call needed to do this:
POST - _api/web/lists/ensureSiteAssetsLibrary
This then allows actions on that library without loading the site.