Uploading a File to Baserow Table into a File Field

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