airbytehq / airbyte

The leading data integration platform for ETL / ELT data pipelines from APIs, databases & files to data warehouses, data lakes & data lakehouses. Both self-hosted and Cloud-hosted.
https://airbyte.com
Other
14.72k stars 3.78k forks source link

[api/source-google-drive] connector not found as source type when using the api (api.airbyte.com) #37321

Open cbarceloc opened 2 months ago

cbarceloc commented 2 months ago

Topic

When making a request to https://api.airbyte.com/v1/sources/initiateOAuth, if the sourceType is set to google-drive, the api responds with value-not-found

Relevant information

Response from the api:

{
  "title": "value-not-found",
  "message": "Submitted value could not be found: google-drive",
  "type": "https://reference.airbyte.com/reference/errors"
}
marcosmarxm commented 2 months ago

Can you share the payload you're sending to the API?

cbarceloc commented 2 months ago

Payload: { "sourceType": "google-drive", "workspaceId": "133518ea-a4a1-4159-9e8c-ca9e299ee0f8", "redirectUrl": "https://test-redirect-url.com" }

marcosmarxm commented 1 month ago

@cbarceloc, sorry for the delay. I've notified our API team to look into this.