Oct 24, 2024 02:52 AM
I am trying to use the API request to retrieve comments from a record using the following URL: v0/{baseId}/{tableIdOrName}/{recordId}/comments. However, I encounter a '[404] NOT_FOUND' error. I am using an OAuth connection in Make, which works when I use any other request, such as a simple 'Get a record': v0/{baseId}/{tableIdOrName}/{recordId}.
Solved! Go to Solution.
Oct 24, 2024 03:24 AM
Not sure if it's helpful, but as a datapoint, I just tried getting comments with a personal access token and was successful:
OAuth gave me a 403 though
Oct 24, 2024 02:56 AM
Oct 24, 2024 03:24 AM
Not sure if it's helpful, but as a datapoint, I just tried getting comments with a personal access token and was successful:
OAuth gave me a 403 though
Oct 24, 2024 05:39 AM
Thank you for your help, but did you use an HTTP module or the 'Make an API call' module from Airtable?
I tried both, and I still get the 404 error. Everything works, such as searching for tables in the base and retrieving records, but as soon as I add 'comment' to the end of my URL, I get a 404 not found.
Oct 24, 2024 07:28 AM
I was using the Make an API call module from Airtable
Oct 25, 2024 05:59 AM
Good with the personal access token Thanks