Where does the bug appear (feature/product)?
Grok Bot
Describe the Bug
The Google Drive connector’s create_file can’t reliably upload ~40–54KB PDFs. As base64Content, the payload gets truncated or corrupted: one file landed 60 bytes short, others came through as 8-byte junk or a few KB instead of ~46KB. Tiny test PDFs upload fine. A couple of attempts also hit Auto-review with “An error occured while classifying this action. Please review manually.” Please fix create_file so a real PDF (tens of KB) can go through intact.
Steps to Reproduce
The Google Drive connector’s create_file can’t reliably upload ~40–54KB PDFs. As base64Content, the payload gets truncated or corrupted: one file landed 60 bytes short, others came through as 8-byte junk or a few KB instead of ~46KB. Tiny test PDFs upload fine. A couple of attempts also hit Auto-review with “An error occured while classifying this action. Please review manually.” Please fix create_file so a real PDF (tens of KB) can go through intact.
Operating System
MacOS
Version Information
Version: 0.30.0
Release Track: stable
OS: darwin
For AI issues: add Request ID with privacy disabled
237e57f2-5381-476f-9cbc-d3e67aed3f61
Does this stop you from using Cursor
No - Cursor works, but with this issue