The gmail.compose OAuth scope was conditionally requested based on the IS_DRAFT_EMAIL_ENABLED feature flag, which meant email draft creation silently failed for workspaces where the flag was off (the default). This removes the feature flag entirely and always requests the gmail.compose scope alongside gmail.send. Made-with: Cursor