Source Google Sheets: problem with Initiate OAuth #28735
Unanswered
Alik1604
asked this question in
Connector Questions
Replies: 1 comment 2 replies
-
@Alik1604 are you trying to create a connector using Oauth on Airbyte Cloud? If that's the case did you try to follow instructions in https://reference.airbyte.com/reference/creating-oauth-sources |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I need to create Google Sheet connection for my users. As i understood I can use this for my task
https://api.airbyte.com/v1/sources/initiateOAuth
this is body of request
{
"name": "Google Sheets",
"redirectUrl": "https://cloud.airbyte.io/v1/api/oauth/callback",
"workspaceId": "********"
}
but I received this error
{
"type": "https://reference.airbyte.com/reference/errors",
"title": "value-not-found",
"status": 400,
"detail": "Submitted value could not be found: Google Sheets"
}
Maybe I incorrectly understood name field. Can you provide please example value for this field
Beta Was this translation helpful? Give feedback.
All reactions