You're correct that Microsoft Graph API has a 250MB limit for generating thumbnails, which poses a challenge for large files like high-resolution PSD/PSB formats. Since Power Automate is restricted due to DLP policies, here are some alternative approaches you can consider:
You can set up a backend service (e.g., using Node.js, Python, or .NET) that:
This avoids the Graph API limitation entirely.
ImBatch is a free Windows tool that can batch process large image files, including resizing and thumbnail generation. You could:
This is more manual but useful for one-off or periodic processing.
If you're open to cloud solutions outside Power Automate:
This gives you full control and avoids DLP issues tied to Power Automate.
🏷️ Tag me if you have any further questions or if the issue persists.
✅ Click "Accept as Solution" if my post helped resolve your issue—it helps others facing similar problems. ❤️ Give it a Like if you found the approach useful in any way.