Hi @matti I’m familiar with that folder — I just thought there might be a separate log file for the integrations where I could find more detailed information about the data received from the Microsoft Graph API.
In the meantime, we’ve archived some of our older SharePoint sites, which seems to have significantly improved performance. Where we previously had to wait 1 to 1.5 minutes, it now only takes a few seconds.
We do have one request: it would be great if we could mark certain sites as favorites, so Solibri wouldn’t need to load the entire SharePoint site list every time. Instead, the favorite sites could be stored directly in Solibri. Our SharePoint list contains around 200 items, but each user only needs a handful of them.
Edit: Perhaps it would be a good idea to use GET https://graph.microsoft.com/v1.0/me/followedSites instead of https://graph.microsoft.com/v1.0/sites?search=*. This way, the list that’s fetched would be much shorter.