Bruno Alano
05/25/2023, 2:38 PMJon Tan (Airbyte)
05/25/2023, 4:37 PMBruno Alano
05/25/2023, 4:40 PMJon Tan (Airbyte)
05/25/2023, 5:13 PMBruno Alano
05/25/2023, 5:44 PMbb4fd7b7-cae2-416f-9f65-e94271cc7738
Jon Tan (Airbyte)
05/25/2023, 7:35 PMsecretId
parameter outside of the connection configuration, not in the access_token parameter within the configuration.
Give that a try if you're working on this before I'm available in the morning. Also happy to jump on a quick call to resolve this and make sure you're able to create your sources.
As an example see this:
{
"configuration": {
"include_deleted": False,
"fetch_thumbnail_images": False,
"page_size": 100,
"insights_lookback_window": 28,
"max_batch_size": 50,
"action_breakdowns_allow_empty": True,
"sourceType": "facebook-marketing",
"account_id": "111111111111111",
"start_date": "2017-01-25T00:00:00Z",
"access_token": "ACCESS_TOKEN"
},
"secretId": "SECRET_ID"
}
Bruno Alano
05/26/2023, 1:18 PMJon Tan (Airbyte)
05/26/2023, 4:52 PMairbyte_secret=true
in the connector's specification.
Here's a link to that section of the doc:
https://reference.airbyte.com/docs/creating-oauth-sources#source-creation
Let me know if you run into other trouble, happy to take a look and help resolve.