This topic was automatically generated from Slack. You can find the original thread here.
Hey I’m integrating Google Drive with my app using Pipedream Connect and running into a problem
I created my own Google OAuth client (in testing mode), plugged the client ID and secret into Pipedream as a custom OAuth client, and set the redirect URI to Pipedream’s callback URL. I’ve verified that:
• The redirect URI matches exactly in Google Cloud and Pipedream
• pipedream.com is listed in my OAuth consent screen’s authorized domains
• The scopes match (for Google Drive it’s https://www.googleapis.com/auth/drive
• I’m passing in the OAuth App ID to connectAccount on the frontend
When I try to connect a Google Drive account via Pipedream Connect from my local dev environment, the Google auth screen appears, and Drive shows that my app is connected (I can verify this in my Google account). But back in Pipedream, the connection fails with a 403 Forbidden error.
Is there anything else I should check? Workspace id is o_ZjIM98L
does my oauth app need to be published and not in testing mode?
There’s no concept of published vs testing in Pipedream — do you mean in Google? If so, I don’t think that’d be impacting this screen.