Help
Terence_Leung
5 - Automation Enthusiast
5 - Automation Enthusiast
since ‎Oct 25, 2020
‎Feb 27, 2023

User Statistics

  • 7 Posts
  • 1 Solutions
  • 0 Kudos given
  • 1 Kudos received

User Activity

I had a AWS Lambda function that is to update an Airtable. And I am going to modify the function to adopt OAuth2 authentication. However, after testing in Postman, it requires user login in a browser and select workspaces and bases. But it is absolut...
I am now working on integration the Airtable OAuth to my existing system.So I am trying to test on Postman first.But when I send the GET request (e.g. https://airtable.com/oauth2/v1/authorize?client_id=xxx...) for Authorization in Postman, it return ...
I am going to integrate the OAuth2 authentication with my existing apps.The first step is to send a GET request to https://airtable.com/oauth2/v1/authorize .But I failed on the first step.Here is the error:Spoilerhttp://localhost/?error=invalid_reque...
Is it possible to update a record without providing a record id. For example, in my table, I have another unqiue key (e.g. unique_id), Can I use it instead like the following? { “unique_id”: “1234567”, “fields”: { … } }
Kudos from