Currently, the Microsoft Graph API doesn’t support suppressing webhook notifications during chunked uploads. Here are some workarounds:
- Filter Notifications: Add logic to ignore notifications for files your app just uploaded.
- Batch Processing: Aggregate notifications to reduce processing.
- Custom Metadata: Tag files during upload and check this metadata in your webhook handler.
For a permanent solution, consider submitting a feature request to the Microsoft Graph team.