Issue Summary:
I’ve encountered a platform-specific bug when uploading .acc audio files for transcription using Gemini 2.5 Pro in Google AI Studio.
Problem Description:
Audio file uploads work correctly on macOS but consistently fail on Windows OS, despite having significantly better network connectivity on the Windows machine.
Technical Details:
- File type: .acc audio files
- File size tested: 140KB
- Affected platform: Windows OS
- Working platform: macOS
- Network speeds:
- Windows: 400 MB/s (upload fails)
- macOS: 70 MB/s (upload succeeds instantly)
Expected vs. Actual Behavior:
- Expected: Files should upload successfully on both platforms, with faster upload on the Windows machine due to superior network speed
- Actual: Files upload instantly on macOS but fail to upload entirely on Windows, regardless of network performance
Impact:
This prevents Windows users from utilizing the audio transcription feature in Google AI Studio, creating an inconsistent cross-platform experience.
This suggests the issue is platform-specific rather than network-related, pointing to a potential compatibility problem with Windows file handling or browser implementation in Google AI Studio.