microsoft / azurechat

🤖 💼 Azure Chat Solution Accelerator powered by Azure Open AI Service
MIT License
1.25k stars 1.22k forks source link

Extension calling AirTable API Unauthorized error #460

Open mvadher opened 1 week ago

mvadher commented 1 week ago

Header I am using autorization Bearer YOUR_API_TOKEN

get : link to Airtbale URL/baseid/tableid

function Jason I got from Airtable.

This works fine in Postman but in Azurechat extention it keeps saying unautorized.

Any suggestions?

DakotaWray2 commented 5 days ago

See my issue https://github.com/microsoft/azurechat/issues/455 If your extension uses an authorization header with PAT you will likely need to change the built in way userId is added to the extension definition.