Tag: azure
All the articles with the tag "azure".
-
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.