Why am I receiving an error saying "Running workflows with official OAuth apps is not allowed" when trying to create a new worksheet in Google Sheets using Pipedream Connect?

This topic was automatically generated from Slack. You can find the original thread here.

Hi team — I’m running into the following error when triggering a workflow using Pipedream Connect: “Running workflows with official OAuth apps is not allowed”

Here’s my setup:
• I’m on the paid Connect tier
• I created an external user with X-PD-Environment: production
• That user is connected to Google Sheets via Pipedream’s official OAuth app
• I’m triggering the workflow with a curl request that includes all required headers:
Authorization: Bearer <API Key>
X-PD-External-User-ID: user_id
X-PD-Environment: production
The goal is very simple: I’m trying to create new worksheet in Google Sheets using that user’s connected account.