Uploading a File to Baserow Table into a File Field

I like to upload a file via a Make.com automation into a Baserow Table, into a file field so the uploaded image shows as a Thumbnail. How to do this.

I tried the following already:

=> This doesn’t work, the API request always results in “detail”:“Authentication credentials were not provided.”

=> this also does not work and also I need a detailed step by step guide how to make the file upload automation in Baserow work

There are also other Baserow modules like Upload a File and Make API Call where I cannot find any documentation anywhere how these work exactly. Please provide an update step by step guide which is checked that this really works. Thank you.

Hi there, any response to this?

I am completely lost. This API guide is for programmers, not for non-technical people. Also it does not explain how to connect an uploaded file to a certain row and column within a database table:

This is what I am trying to do.

  1. I have a Baserow database, and I created images that I saved on Google Drive
  2. I have a database field (file) where I want to upload the images as Thumbnails as well
  3. I now create an automation that will download the image from google drive and upload the image in the file field.

How can I do this?

My Questions regarding the last Upload API Call?

  1. How to correctly authenticate?
  2. How to define which table to upload the file to?
  3. How to define which column to upload the file to?
  4. How to define which row to upload the file to?
  5. How to correctly upload the file to Baserow (I downloaded it first)

Thank you for your help