Issue with retrieving credentials_json for connection creation

Summary

The user is experiencing an error while creating a connection for a source authenticated via Google OAuth, indicating a missing credentials_json. They seek guidance on whether an additional step is required to generate this credentials_json using the received secret_id.


Question

Hello everyone,
I’m using Google OAuth to authenticate sources on the Airbyte API. The OAuth consent flow is functioning correctly, and I receive a valid secret_id after the user provides consent. Using this secret_id, I can successfully create a source by including it in the request body.
However, when I attempt to create a connection using that source, I encounter an error indicating that the created source is missing the credentials_json.
Do I need an additional step to generate the credentials_json using the secret_id?
Here’s the error I’m facing while creating the connection:
Error: Internal message: ‘credentials’
Please help !
Thank you .



This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.

Join the conversation on Slack

['google-oauth', 'credentials_json', 'airbyte-api', 'error']