Tag: sharepoint
All the articles with the tag "sharepoint".
-
Graph's Convert-to-PDF Doesn't Return a PDF
Microsoft Graph's convert-to-PDF returns a 302, not a PDF — and if your HttpClient follows redirects, it leaks your bearer token.
-
Getting Large Files into SharePoint Without Base64-ing Through the Connector
The Power Platform connector caps your file size, and base64-ing bytes through a flow inflates them a third until it falls over. Here's the SAS-and-stream pattern that moves the file out of the connector entirely.
-
I deleted the server that merged my PDFs
Going fully client-side removed an Azure Function and a whole class of failure. Then the Power Apps SDK quietly ate every file I tried to read back.
-
Building a 3M-File Document Management System on Power Apps Code Apps: What the SharePoint Connector Doesn't Tell You
Nearly every typed SharePoint connector action broke on the way to three million files. What broke, why, and the REST passthrough, retry policy, and business-key join that fixed it.