Move images into Microsoft SharePoint in seconds. Great for teams that collect photos and want a simple, reliable way to store them in one place without manual steps.
The flow starts with a manual run for testing. A Set node holds the tenant, client, and secret values. An HTTP request then asks Microsoft Entra ID for an access token using the client credentials method. Another HTTP request pulls a sample image so you can test with real binary data. A second Set node chooses the target folder and file name. The final HTTP request sends the image to Microsoft Graph with a PUT call, using the token in the header and the folder and file name in the path. Headers are set to handle the file upload correctly. This design shows a clean path from token to binary upload.
You will need an app in Microsoft Entra ID with Sites.ReadWrite.All and Files.ReadWrite.All permissions. Store secrets in n8n credentials, not in a Set node, when you go live. Expect faster uploads, fewer folder mistakes, and a single place for images. Useful for marketing asset drops, event photos, and internal image handoffs from field teams.